Android 5.0 emulator showing Storage space running out

后端 未结 5 1272
再見小時候
再見小時候 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:21

    You have to go in your android folder e.g. on OSX ~/.android/avd/{YOUR_AVD_NAME} and edit file config.ini.

    Just add or modify row disk.dataPartition.size = YOUR_SIZE

    e.g. disk.dataPartition.size = 1G

    Then you may have to wipe your emulator's disk.

提交回复
热议问题