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 Settings>Applications 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 wrote: > Hi, > You can try installing it on external sd card. > Add this attribute in the manifest

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 wrote: > Chance

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 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] Please check > logcat outpu

[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 probl

[android-developers] installation error

2012-02-17 Thread Anitha
while installing i got error like"unable to open repository" the operation cannot be completed for-because one or more required items cannot be found. software being installed.android Traceview 16.0.1v.201112150204-238534. -- You received this message because you are subscribed to the Google Grou

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 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 prepare(); create() do

[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: INST

Re: [android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-06-06 Thread Mark Murphy
Make sure your emulator is set up with the Google APIs. In the Android SDK and AVD Manager, the "Target Name" column should have "Google APIs (Google Inc.)" in it. Otherwise, your emulator does not the Google Maps add-on. On Mon, Jun 6, 2011 at 10:10 AM, n_hutchi...@yahoo.com wrote: > I'm pretty

[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2011-06-06 Thread n_hutchi...@yahoo.com
I'm pretty new to Android development and i'm trying to create a google maps application. i keep getting the following error "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY". I entered the using library statement in the manifest. I have my api key in my map view. I've tried to run it on

Re: [android-developers] Installation Error

2011-04-07 Thread Cliff Davies
The first, most important step, would be to try repeatedly bumping your post. If that fails you could take the second, slightly more extreme, step which would be to post the question again under a different heading. If at this point you're still having no luck (and you should only try this as a v

[android-developers] Installation Error

2011-04-07 Thread rishabh agrawal
When i installed my application on real android phone it give parshing error and the application not installed.Please suggest me how to remove this error. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

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 wrote: > 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

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 messag

[android-developers] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY when trying to run the app in device

2011-02-03 Thread Eishita
I'm trying to run an app in my device with OS 2.2. When I'm launching my app in AVD, it works fine. But I need to run the app as I'm using GPS and Camera. Whenever I'm trying to launch my app in the device, it's showing me the following error - [2011-01-31 17:40:19 - ZibJana] Installation error: I

Re: [android-developers] Installation error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE

2011-01-14 Thread TreKing
On Sat, Jan 15, 2011 at 12:59 AM, Luxi wrote: > But no matter how I do, it still has this problem. > If you're trying to sign your app with the system key, you can't, for good reason. You'll have to build your own platform. ---

[android-developers] Installation error: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE

2011-01-14 Thread Luxi
Hi, In my application's AndroidManifest.xml, i added android:sharedUserId="android.uid.phone". But when I adb install, Eclipse's console gave me this error. I searched in the website and found some ways to re-sign my apk, for example, using signapk.jar, platform.x509, platform.pk8 to re-sign. But

[android-developers] Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES

2011-01-10 Thread MobileVisuals
My project has worked before on a Windows 7 PC. I then installed the Android developement tools on a Vista PC. I tried to run my project, but got: Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES Please check logcat output for more details Why does this happen and how can I resolve it? Th

[android-developers] Installation error for "Unknown reason -102"

2010-11-12 Thread GregM
My app does not install because of this: "Unknown reason -102" How do I find out what this error means? Any guesses? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2010-08-09 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=gst&q=insufficient+memory#583943d91dc9f754 , but I added the option "-partition-size 1024" in "run configurations"->"target"->"Additional Em

[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 hea

[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_MISSING_SHARED_LIBRARY

2010-06-13 Thread Rahul Garg
Hi All, I am trying the MapDemo application, but I am unable to launch the activity, it is showing following error message : [2010-06-14 12:11:49 - TryMaps] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2010-06-14 12:11:49 - TryMaps] Please check logcat output for more detai

Re: [android-developers] installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-01-05 Thread TreKing
Are you using a build target that has the Google Add Ons? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Tue, Jan 5, 2010 at

[android-developers] installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-01-04 Thread RamaMohan
Hi all, I am using HTC Magic (android os 1.5) for my development testing. When i try to run any map application it is saying the following error. installation error: INSTALL_FAILED_MISSING_SHARED_LIBRAR

[android-developers] Installation error: failure -12

2009-07-13 Thread bluestar
Hi all, I used Eclipse-SDK1.5 to create one app from apk(myClient.apk), and install on OpenMoko(Android version 1.0) but i received this error: pkg: /data/local/tmp/myClient.apk Failure [-12] My apk can install successfully on Android-Emulator under WinXP. An

[android-developers] Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES

2009-04-03 Thread geoff.stromberg
I've been working with my Eclipse/ADT Android project for weeks now, and all of a sudden, for no reason that I can determine, I have started getting this error whenever I try to run my app: Installation error: INSTALL_PARSE_FAILED_NO_CERTIFICATES The only further clue found in logcat is this: 0