flutter doctor --android-licenses gives error code example

Example 1: flutter doctor --android-licenses java error

Installing Android SDK Command-line tools from Android SDK Manager did the job for me.

Open Tools > SDK Manager
From the left choose, Appearance & Behavior > System Settings > Android SDK
Select SDK Tools from the top menu
Check Android SDK Command-line tools and click 'apply'.

Example 2: flutter Android SDK file not found

flutter config --android-sdk <path-to-your-android-sdk-path>
flutter doctor --android-licenses
flutter doctor -v
where dart

Tags:

Java Example