[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread Kirupa
[2012-03-30 15:05:16 - Information Exchanger 2.7.3] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Please check logcat output for more details. [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Launch canceled! How can i solve the

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread Anirudh Loya
Chance the Cache Memory size of Android Virtual Device. On Fri, Mar 30, 2012 at 3:07 PM, Kirupa answerofandr...@gmail.com wrote: [2012-03-30 15:05:16 - Information Exchanger 2.7.3] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2012-03-30 15:05:16 - Information Exchanger 2.7.3]

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread s.rawat
Hi, You can try installing it on external sd card. Add this attribute in the manifest file : android:installLocation=preferExternal It will work like charm. Rgds, Saurabh ..pain is temporary.quitting lasts forever.. On Fri, Mar 30, 2012 at 4:01 PM, Anirudh Loya

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2012-03-30 Thread Ankita Kashyap
In case you are working with emulator: 1) Go to SettingsApplications 2) find your app there and click on it 3) uninstall it and, re-run your application On Fri, Mar 30, 2012 at 4:05 PM, s.rawat imsaurabhra...@gmail.com wrote: Hi, You can try installing it on external sd card. Add this

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-10-11 Thread Naveen
I want to play video file from application context row directory MediaPlayer mediaPlayer = MediaPlayer.create(context, R.raw.sound_file_1); mediaPlayer.start(); // no need to call prepare(); create() does that for you This video contains size is 19.5 MB facing error : Installation error:

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-10-11 Thread NaveenShrivastva
How to handle this situation here ... On Tue, Oct 11, 2011 at 2:22 PM, Naveen kumarnaveen.si...@gmail.com wrote: I want to play video file from application context row directory MediaPlayer mediaPlayer = MediaPlayer.create(context, R.raw.sound_file_1); mediaPlayer.start(); // no need to call

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-03-22 Thread rishabh agrawal
WHEN I RUN MY APPS IN MY EMULATOR THEN THESE ERROR IS OCCURES.HOW TO REMOVE THESE ERROR Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE [2011-03-22 13:23:30 - SAI2011] Please check logcat output for more details. [2011-03-22 13:23:31 - SAI2011] Launch canceled! -- You received this

Re: [android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-03-22 Thread TreKing
On Tue, Mar 22, 2011 at 3:01 AM, rishabh agrawal android.rish...@gmail.comwrote: WHEN I RUN MY APPS IN MY EMULATOR THEN THESE ERROR IS OCCURES.HOW TO REMOVE THESE ERROR Try creating sufficient storage on your emulator.

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-10 Thread sunrises
Hi, 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 1024 in run configurations-target-Additional Emulator

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
Hi, I am working with android2.2 and I have large no.of Image files and total size of those files more than 30 MB and I have stored them in asset folder, while Im trying to run the emulator,it shows the Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE in console and It does not show any

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 Thread sunrises
HI, I have a lot of images which are approximately 30 MB,I had put them in assets folder but while try to run the emulator it shows the Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE in console,please me how to I need to use them for android application and I have tried by increasing heap