Home > database >  Flutter does not find android sdk (installed without android studio )
Flutter does not find android sdk (installed without android studio )

Time:02-26

Unable to locate Android SDK

I have Installed android SDK without using android studio and kept in c directory Like this Set Path Variable like this Even set flutter config --android-SDK

CodePudding user response:

You need to install Android Studio in order to get Android SDK. After you use Android Studio to get the Android SDK, you can continue use VScode for flutter development.

Hope this answer helps!

CodePudding user response:

Go to https://developer.android.com/studio and download Android Studio.

  • Related