No space left on device - android

前端 未结 5 1645
無奈伤痛
無奈伤痛 2020-12-06 02:56

while run time am getting the following errors... I clean my project then after that too am getting the same error

[2011-04-10 05:33:31 - PersonalTask] -----         


        
5条回答
  •  醉梦人生
    2020-12-06 03:24

    1 - Eclipse IDE : you can set :

    run -> run configurations -> choose your run config -> Target ->Additional Emulator Command Line Options : -partition-size 512

    2 - Console :

    android-sdk-home/tools> android list avd

    emulator.exe -avd -partition-size 512 -no-snapshot-load

    3 - You can also create new avd with enough space, since android apps install first in the phone partition (you can move it later to sdcard), you have to check in your phone

    Settings -> Sd cards & phone storage -> Internal Phone storage -> available space

提交回复
热议问题