How to Install Android Emulator without Android Studio
This video shows way to install Android Emulator without requiring to install the Android Studio. The method shown can easily allow to install and use emulator in IDE’s such as VSCode
Reference Links:
Install JDK and JRE
https://www.oracle.com/java/technologies/downloads/
Install HAXM
https://github.com/intel/haxm/releases/
Install Command – Line Tools
https://developer.android.com/studio#command-tools
Commands Used –
sdkmanager « platforms;android-29 »
sdkmanager « system-images;android-29;google_apis;x86_64”
sdkmanager “platform-tools »
sdkmanager –licenses
sdkmanager « build-tools;29.0.0 »
avdmanager create avd -f –name nexus –package « system-images;android-29;google_apis;x86_64 »
cd emulator
emulator -avd nexus
If this Video was Useful, kindly give a Thumbs Up 👍 and don’t forget to Subscribe!
Views :10646
android emulator