Hello All, Looking for some recommendations on how to handle large .apk files on Android:
Trying to write an application that will come with large amounts of data and due to limitations on RAM, struggling finding a solution on how to avoid INSUFFICIENT MEMORY problem when installing an app. 1) Is it possible to install an app solely on SD Card ? 2) Otherwise, packaging an actual app and its data in separate packages will make installation a confusing for a user 2-step process. Maybe it's possible to ship one zip file and make the android's installer do the work of installing an app on the phone and app's data on SD card ? Any recommendations are really appreciated. Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

