开发者

Unable to upload file: No space left on device error in android

I am creating application which apk file now becomes 55 MB in siz开发者_运维百科e and cant install it on emulator and device both.

-how can i increase emulator size?

-what will be problem to upload on android market.

Thank You. Vikram


I would say refactor your app, since an app that is 55MB on an Android device is not going to be usable by a lot of people - unless off course that is the intent.

Perhaps you can refactor it into a series of smaller "mini-apps" - that work in unison but can be installed as separate .apks?

You may also want to consider allowing the app to be installed on the SDCard - you can set that in the Android App Manifest using the "installLocation" tag.


As you know, before Android 2.2 apps can not be installed on SD card. And max app size was around 25Mb. If you want application works at devices under 2.2, you need a downloader.
You can get details from this discussion at Android Market Forum.

You can set arbitrary size of emulator's flash, when create it in AVD Manager.
If you want increase inner memory size, please see this topic.


For me it was enough to delete the YOUR_PACKAGE_NAME.asec file in the emulator sd-card.

To find under DDMS -> FileExplorer -> mnt -> secure -> asec

After that I can upload the apk on the device again.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜