You can run the app in both IDEs. Android Studio is more focus on mobile development so maybe there are some functions that make the work easier, but in general lines, both are completely valid. If you have worked before with Vscode, for example, you can feel more comfortable with something that you know how it works.
Read moreCan 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 moreIs Android SDK needed for Flutter?
This installs the latest Android SDK, Android SDK Command-line Tools, and Android SDK Build-Tools, which are required by Flutter when developing for Android . Run flutter doctor to confirm that Flutter has located your installation of Android Studio.
Read more