I have an application which is of size 130MB. when i try to install its displaying insufficient memory error. but i have around 170MB left in available space in internal memory. How can i Install this app? The size of the app is large because it contains many media files. In Motorolla droid its getting installed. but on Nexus One its giving this error.
Asked
Active
Viewed 2,712 times
5
-
same problem facing by me..http://stackoverflow.com/questions/3584297/error-in-installation-of-an-application-on-sd-card-in-android-sdk-2-2 – Paresh Mayani Aug 28 '10 at 08:27
1 Answers
4
I would not package the media files in the app itself. It would be better to put the media files on a server and have the app download the media files to the sdcard. This is a common thing for Android apps to do. If you install that large of an app, that means you have much less room to install other apps. If you have users other than yourself, they will despise that the app is so large.
Another option, is to install Froyo on the Nexus One and alter the app so it can be installed on the sd card.

Jay Askren
- 10,282
- 14
- 53
- 75