Beth,
Thanks a lot for the info.  At one point I tried installing from Gmail.  I'm
sure I was reading the thread you mentioned.

I fixed this, but I am not sure which actions corrected the problem.
Here are some of the things I did.


   - Removed app from phone using adb: adb uninstall <package name>
   - Update these values in Android Manifest file android:versionCode="4"
   android:versionName="1.02">
   - Removed an icon in drawable that was not being used
   - Created APK with same key, but new filename from myapp.apk to
   myapp3.apk
   - Updated app in marketplace (upload/update)


Someone suggested that I hit this bug:
http://code.google.com/p/android/issues/detail?id=830

The bug refers to issues with multiple icons in the manifest file.  Since
one of my actions was to remove an unused icon, I think this might have been
the issue.

Carmen
http://twitter.com/CarmenDelessio
http://www.talkingandroid.com


On Mon, Jul 13, 2009 at 2:33 PM, Beth <[email protected]> wrote:

>
> Hi Carmen,
>
> How are you getting the signed package onto the phone, if not through
> Eclipse?  I started a recent 'beginners' thread about trying to
> install an app from Gmail.  It throws this same error and doesn't
> work.  You need to use the adb command line or Eclipse.
>
> The alternative suggested to me in that thread (which I did not test)
> is to open the attachment using browser GMAIL (not the bundled Android
> app), download the file attachment, then open it with Linda file
> manager, or some other file management app you have installed.  Do you
> see the error in some other user scenario?
>
> Good luck,
> Beth
>
> On Jul 8, 7:16 am, Carmen Delessio <[email protected]> wrote:
> > This message comes up when debugger is on:
> > 07-08 10:04:00.873: WARN/PackageInstaller(2957): Parse error when parsing
> > manifest. Discontinuing installation
> > The AndroidManifest.xml has no errors based on review in eclipse. The app
> > runs in emulator.
> > I've tried manually signing app and using jarsigner with same result.
> >
> > I've seen similar issues posted, but no steps to resolution.  Any help
> would
> > be great.
> > Carmen
> >
> > On Wed, Jul 8, 2009 at 8:05 AM, Carmen Delessio <
> [email protected]>wrote:
> >
> >
> >
> > > >Are there any previous versions of MyApp on the emulator/phone ?
> >
> > > There was when I initially tried the install. I received a message
> about
> > > overwriting it  and continued.
> > > I have subsequently removed the app from the phone and tried again.  It
> > > fails with same error.
> >
> > > Carmen
> >
> > > On Wed, Jul 8, 2009 at 1:37 AM, Balwinder Kaur (T-Mobile) <
> > > [email protected]> wrote:
> >
> > >> Are there any previous versions of MyApp on the emulator/phone ?
> >
> > >> Balwinder Kaur
> > >> Open Source Development Center
> > >> ·T· · ·Mobile· stick together
> >
> > >> The views, opinions and statements in this email are those of the
> > >> author solely in their individual capacity, and do not necessarily
> > >> represent those of T-Mobile USA, Inc.
> >
> > >> On Jul 7, 10:23 pm, Carmen <[email protected]> wrote:
> > >> > Any suggestions on what to look for?
> > >> > It would be great to determine a list of things to check for in this
> > >> > scenario.
> >
> > >> > This is the situation:
> > >> > App works successfully on emulator and phone when launched through
> > >> > Eclipse.
> >
> > >> > Created Signed APK File created Using Eclipse ADT as described here:
> > >>http://developer.android.com/guide/publishing/app-signing.html#Export.
> ..
> >
> > >> > It says:
> > >> > To create a signed .apk, right-click the project in the Package
> > >> > Explorer and select Android Tools > Export Signed Application
> Package.
> >
> > >> > When I check apk file using jar signer it says the jar is verified.
> > >> > jarsigner -verify -verbose -certs  MyApp.apk
> >
> > >> > When I try to install signed APK, I get the package file not signed
> > >> > correctly error.
> >
> > >> > I would love to find out I am making a dumb mistake.
> >
> > >> > Carmen
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to