i got Missing SDK error while installing android studio on my mac.. how do i solve this?
Asked
Active
Viewed 61 times
0
-
You check this question - https://stackoverflow.com/questions/49175231/flutter-does-not-find-android-sdk – Harish Sharma Jun 21 '22 at 10:06
1 Answers
0
it'ss seem like that you haven’t download and configured android sdk yet. Try to download a android sdk and configure it with this command -
flutter config --android-sdk <path-to-your-android-sdk-path>

Harish Sharma
- 1,189
- 1
- 8
- 19