Can I use Android Studio without SDK?

Android SDK is the prerequisite for building android apps, be it via native Kotlin, or other popular libraries like React Native and Flutter. Now I’ve been building apps using React Native for about 4 years now, and didn’t have any need for a full-fledged Android Studio IDE other than to install SDK(s) and emulator(s) .

Read more

Do you need Android SDK for Flutter?

It is not neccessary, but advised to install Android Studio for Flutter. It makes it very easy to install and configure all the settings etc. What you definitely need is the Android SDK and JDK . You can definitely install and run flutter without Android Studio (you can also use Visual Studio).

Read more