flutter doctor --android-licenses error code example

Example 1: flutter accept license

flutter doctor --android-licenses

Example 2: flutter license NoClassDefFoundError

# ANdroid Studio: Install Android SDK Command-line Tools:
> Tools > SDK Manager > Appareance & Behavior > System Setting> Android SDK
	> SDK Tools > Android SDK Command-line Tools (apply)

flutter doctor --android-licenses
flutter doctor -v

Example 3: 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'.

Tags:

Java Example