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
Unfortunately, increasing the heap size didn't help in my case. The virtual device was actually running fine before with the previous amount of heap.
What I eventually ended up doing was just creating a new virtual device through the AVD manager leaving most of the fields the default value. The new device ran fine and booted up as expected and was able to run my app. It's possible something in my first virtual device became corrupted.