Run AVD Emulator without Android Studio

The way to run the emulator from the console (I assume that you installed it before, using Android Studio) is: run cd ~/Android/Sdk/tools/bin && ./avdmanager list avd OR cd ~/Android/Sdk/tools && ./emulator -list-avds You will get the list od your virtual installed devices. In my case it was: Available Android Virtual Devices: Name: Galaxy_Nexus_API_17 Device: … Read more