Reputation: 465
When I run built-in AVDs using the Android Virtual Device Manager (API levels 10 and 12) Android boots up fine. Unfortunately when I try to run an AVD with a newer versions of the API it fails (I've tried both 4 and 4.4.2). Here are steps I took.
I then created an AVD with following settings
The AVD starts but instead of getting android I get a black box that doesn't do anything. I read in another thread that waiting might help but I tried waiting for over 30 minutes to no avail. (running this on windows 8.1 Pro 64 bit with 12 GB RAM)
Upvotes: 2
Views: 1167
Reputation: 319
The Android Emulator is very slow. I recommend you use Genymotion Emulator which is very fast compared to the Android Emulator or you can directly debug the app on an android device.
Upvotes: 3