I newly started using Ubuntu 18.0 LTS this week, switching from Windows, and wanted to install Android Studio and Flutter back. I followed all the steps as said to install A
I'm using Manjaro Linux. After set my ANDROID_HOME and install Android SDK Command-line tools (latest) from Android Studio.
And ran:
flutter doctor --android-licenses
$ mkdir ~/Android/Sdk/tools/bin
And created a link to the real path
$ ln -s ~/Android/Sdk/cmdline-tools/latest/bin/sdkmanager ~/Android/Sdk/tools/bin/sdkmanager
Ran again and accept all
$ flutter doctor --android-licenses
flutter doctor