I am at present organising Flutter for Android growth, however I am working into some points with the Android toolchain. Once I run flutter physician
, I get the next warnings:
[!] Android toolchain - develop for Android units (Android SDK model 34.0.0)
X cmdline-tools element is lacking
Run `path/to/sdkmanager --install "cmdline-tools;newest"`
See https://developer.android.com/studio/command-line for extra particulars.
X Android license standing unknown.
Run `flutter physician --android-licenses` to simply accept the SDK licenses.
See https://flutter.dev/to/windows-android-setup for extra particulars.
I attempted to observe the steps, however I am nonetheless having bother determining:
- How do I appropriately set up the
cmdline-tools
? Is there a selected path I ought to use forsdkmanager
? - How do I resolve the “Android license standing unknown” problem? I attempted working
flutter physician --android-licenses
however acquired no clear response.
Any assist or steering on the way to repair this may be enormously appreciated!
Thanks upfront!