Android 5.0 emulator showing Storage space running out

后端 未结 5 1275
再見小時候
再見小時候 2021-02-06 23:11

I just updated Android SDK to version 21 and trying to start emulator. I am using Nexus 4 with CPU Intel atom (x86) 768 RAM and 524 internal storage. Emulator starts fine but it

5条回答
  •  生来不讨喜
    2021-02-06 23:39

    emulator -avd "Name" -partition-size 500
    

    This solved the issue for me.

    Update on how to execute above command:

    1. Go to a terminal
    2. cd [android SDK directory]/tools/
    3. linux terminal: ./emulator -avd nameOfAvd -partition-size 500 &
      windows : emulator -avd nameOfAvd -partition-size 500

提交回复
热议问题