[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread John Gaby
If you are using the emulator, you can change the size of the internal storage by adding the following command line argument when you launch the emulator: -partition-size 200 On Mar 30, 2:37 am, Kirupa answerofandr...@gmail.com wrote: [2012-03-30 15:05:16 - Information Exchanger 2.7.3]

Re: [android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread santhosh b
In Eclipse, go to run Configurations. You can find that by right clicking on your project and click on Run and then Run Configurations. Select target, and select a preferred emulator target to launch. Then under additional emulator command line options, add this: -partition-size 1024 then click

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-10 Thread Alessandro Pellizzari
On Mon, 09 Aug 2010 23:02:23 -0700, sunrises wrote: I have got the solution please refer the link http://groups.google.com/group/android-developers/browse_thread/ thread/41852900bd603070/583943d91dc9f754?lnk=gstq=insufficient +memory#583943d91dc9f754 , but I added the option -partition-size

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-10 Thread sunrises
Hi Thanks for your suggestions, but I should kept the images within phone only again thanks to all On Aug 10, 12:07 pm, Alessandro Pellizzari a...@amiran.it wrote: On Mon, 09 Aug 2010 23:02:23 -0700, sunrises wrote: I have got the solution please refer the link

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread Rahul
Hi, I have the same problem too... Can anyone tell me how to insert huge amount of data(say 30-40 mb of images) on my application... On Aug 9, 3:54 pm, sunrises surya@gmail.com wrote: Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread William Ferguson
Don't include them with your application. When the application first starts, if the external storage contains enough space, download your images and store them there. For what its worth, I wouldn't download an mobile app that was 30MB, On Aug 9, 10:03 pm, Rahul rahulvarma.kalidindi0...@gmail.com

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, thanks for your reply,but I should need to store them as phone memory,I did not get appropriate answer even I googled for the maximum project size for android and .apk file , I did lot of projects by downloading from net..I need alternative solution.. On Aug 10, 3:56 am, William Ferguson

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, thanks for your reply,but I should need to store them as phone memory,I did not get appropriate answer even I googled for the maximum project size for android and .apk file , I did lot of projects by downloading from net..I need alternative solution.. On Aug 10, 3:56 am, William Ferguson

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, thanks for your reply,but I should need to store them as phone memory,I did not get appropriate answer even I googled for the maximum project size for android and .apk file , I did lot of projects by downloading from net..I need alternative solution.. On Aug 10, 3:56 am, William Ferguson

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, thanks for your reply,but I should need to store them as phone memory,I did not get appropriate answer even I googled for the maximum project size for android and .apk file , I did lot of projects by downloading from net..I need alternative solution.. On Aug 10, 3:56 am, William Ferguson

[android-developers] Re: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread William Ferguson
I can't imagine why you care whether its on an external storage card embedded or inserted in the phone versus inside the platform storage space. As far as your app in concerned it is irrelevant. If you are worried about security of your images then excrypt them. On Aug 10, 2:05 pm, sunrises