Solving Flutter Cannot Accept Android Licenses in Linux
Hi! This Tip Try to Solve Flutter Cannot Accept Android Licenses Issue in GNU/Linux.
This Issue is also manifesting with error: “Flutter Android sdkmanager not found“.
Or else also with: “Could not determine SDK root“.

Fixing System
Then to Solve Flutter Cannot Accept Android Licenses in Linux
Issue:flutter doctor --android-licenses
ls $ANDROID_SDK_ROOT/cmdline-tools/bin
Or:which sdkmanager
Then, if existing remove any symlink to the latest Folder:unlink $ANDROID_SDK_ROOT/cmdline-tools/latest
And then Install Latest Command Line Tools with:sdkmanager --install "cmdline-tools;latest"
Now you should be able to Accept the Android Licenses… :)