开发者

Insufficient storage error

I am getting an insufficient storage error in android. I have about 100MB of data in my res/raw folder.Is this the reason. P开发者_开发问答Lease anyone give me a solution. I created another AVD 2 but its not working the error is still coming PLease help me Thanks in advance.


Your res/raw folder will be put onto the phones internal memory and this space is very limited. 100Mb for an application is rediculous size (see here).

The android market has an apk file size limit (can't find documentation for this) but from reference above 45Mb is too large. Also 100Mb over 3G would take forever...

If you really need the files you should consider having your app download the resources it needs to the SD card.


I have recently had this problem with a 500K apk and over 25MB of storage available on internal. I trued everything i could think of, reseting phone/ddms etc.

No JOY.

I eventually found out that it was the NAME of my project (and thus the name of the APK to install!!) It was either too long (16chr)... or it was because it had swedish letters in it (öäå).

I shortened project name and replaced with a and o and it worked perfectly!! So definately could be one reason why you are getting this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜