开发者

install large APK on Android device [duplicate]

This question already has answers here: 开发者_Python百科 Closed 11 years ago.

Possible Duplicate:

Android - Application (apk) Maximum size

I want to install an APK file with 350 MB size in Android real devices.

  • Is this possible?
  • What is the maximum size of an APK?


According this thread http://code.google.com/p/android/issues/detail?id=4250 you need 1400MB available on a real devices to install a APK file with 350MB. Most developer use external storage to store big data, including me.

The maximum size is about 24MB on Android Market.


Is it a database? Other files that need to be used?

Try storing your extra data on the SD card under the /data/[your.app.package.name].

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜