No space left on Android Emulator

后端 未结 7 1539
礼貌的吻别
礼貌的吻别 2020-12-15 22:12

I have been developing my app for around two months, in the last week i have started getting the following error when trying to compile and run the app from Eclipse:

7条回答
  •  爱一瞬间的悲伤
    2020-12-15 22:21

    I encountered this issue as well. After recreating the AVD multiple times and still encountering the failure, I double-checked the size of the .apk. It had ballooned to 46MB because I accidentally included a set of camera images in the 'assets' folder. After removing those, the size dropped to <1MB. Make sure to double (and triple) check that you only have the files you need in the directory structure.

提交回复
热议问题