AVD Emulator stuck on loading screen in Android Studio

前端 未结 7 743
攒了一身酷
攒了一身酷 2021-01-01 08:49

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

7条回答
  •  春和景丽
    2021-01-01 09:29

    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.

提交回复
热议问题