Member-only story
Android Studio Sucks, How To Use VSCode To Install Android SDKs And Run Android Emulator
4 min readOct 27, 2023
Don’t you wish there was a way to install Android SDKs and run the Android Emulator in VSCode without installing Android Studio? Let me show you the awesome way to use VSCode to install Android SDKs and run the Android Emulator without installing Android Studio.
NOTE: My writing about Flutter has moved to my substack at:
Setting Up AVD Manager
Here is the result of this technique, in that I have used VSCode AVD Manager to install the Android SDK and created an Android AVD emulator:
To get there, we have to install the Android SDK cmdline tools in a devOPS way. The Android SDK stuff consistently puts cmdline tools in the wrong place, so you will put cmdline tools manually in the place I…