I decided to try Android Studio 2.0 having used Eclipse in the past but I\'m having considerable difficulty getting the AVD to load correctly. I\'ve done quite a bit of goog
You should Increase your ADB emulator Heap to the minimum required.
in your case: 512M
into your AVD Manager:
Click Edit on your Emulator "Show Advanced Settings" at the bottom Go to: "Memory and Storage" Edit the VM heap value to 512 MB Finished
Image:
Works for me.