Home > Mobile >  Flutter strange configuration problems
Flutter strange configuration problems

Time:09-16

After flutter configuration problem, flutter doctor insist on the following problems after
[quality] Flutter (Channel stable, v1.12.13 + hotfix. 8, on Microsoft Windows [Version 10.0.18362.720], locale useful - CN)
[!] Android toolchain to develop for Android devices, the Android SDK version 29.0.3)
X Android license status unknown.
Try re - installing or updating your Android SDK Manager.
See https://developer.android.com/studio/#downloads or visit https://flutter.dev/setup/#android-setup for detailed instructions.
[quality] Android Studio (version 3.6)
[!] Connected device
! No devices available


There is only one problem with the above instructions Android license status unknown.,

So in the flutter doctor - android - licenses after prompt;
A newer version of the Android SDK is required. To update, run:
F: \ Android \ sdkSpace \ tools \ bin \ sdkmanager - update

Updated version, after a few moments, prompted the done,

Here should solve the problem, once again check flutter doctor , or the original problem, in the infinite loop ah , there are solutions, strives for the great god

CodePudding user response:

Put the tools renamed tool, repeat sdkmanager - update, will download directory reborn again into a tools directory, finally perform

Flutter doctor - android - licenses
  • Related