Skip to content Skip to sidebar Skip to footer

Android Licenses In Flutter

Everything was working fine 4 days ago - I did an update and the licenses stopped going through... what I did so far. the tools obsolete thing is checked -> does not work flutt

Solution 1:

I encountered the same problem just recently. I solved mine with the ANDROID_HOME path in the Environment Variables.

enter image description here

Solution 2:

my solution for the licenses - after 6 days... uninstall everything JAVA AS WELL. then reinstall javaSE (jdk8) and reinstall everything openJDK11 as JAVA_home path. flutter doctor will ask you to do --android-license .

Post a Comment for "Android Licenses In Flutter"