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)

Carmen
http://www.talkingandroid.com

On Jul 8, 10:51 am, Carmen Delessio <[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.
>
> 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.
>
> The app was installed on the phone when I started. 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.
>
> I've seen similar issues posted, but no steps to resolution.  Any help would
> be great.
>
> I would love to find out I am making a dumb mistake.
> Carmen
>
> (I originally posted similar question to beginner's group)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to