AVD Emulator stuck on loading screen in Android Studio

前端 未结 7 742
攒了一身酷
攒了一身酷 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:27

    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.

提交回复
热议问题