Skip to content Skip to sidebar Skip to footer

Android License Status Unknown While Running Flutter Doctor

I am not able to run flutter apps because the error keeps popping up in the cmd section that Android license unknown. I've even tried updating android studio, but no help. Also an

Solution 1:

First , you should check the following things:

  • Java JDK setup and add it (JAVA_HOME) to environment variables ( Windows operating system) .

  • Install a Gradle and add it to the environment variables (GRADLE_HOME).

  • Install the SDK Android and to add it to the environment variables (ANDROID_HOME).

Then The command is executed in Flutter cmd

flutter doctor --android-licenses

I hope I helped you

Post a Comment for "Android License Status Unknown While Running Flutter Doctor"