Moving default AVD configuration folder (.android)

I’ve found the answer. Move .android folder to E:\Android Create environment variable called ANDROID_SDK_HOME and set its value to E:\Android Setting the environment variable on Windows XP or Windows 7: Right-click on My Computer and choose “Properties” Click the “Advanced” tab Click the button “Environment Variables”. Add New variable

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