I installed flutter and android studio together with the SDK. Android studio is working well but on running flutter doctor, I get an error; ' Unable to locate Android Sdk'
Thanks in advance for helping me
asked Mar 6, 2022 at 23:26
-
Does this answer your question? Android SDK cannot be found by flutterHeIsDying– HeIsDying2022年03月07日 01:25:04 +00:00Commented Mar 7, 2022 at 1:25
1 Answer 1
installing the platform-tools resolves the problem. For this, open Android Studio, click on SDK Manager in the toolbar or click Tools > SDK Manager, click on SDK Tools, then check-mark ‘✓’ Android-SDK Platform-Tools (as shown below).
answered Mar 7, 2022 at 2:52
Sign up to request clarification or add additional context in comments.
Comments
lang-dart