Solved my own problem by watching logcat during the installation:

12-15 01:28:27.722: ERROR/PackageParser(56): Package
com.quirkconsulting.ticker has no certificates at entry res/anim/
push_down_in.xml; ignoring!

I removed this particular file, re-exported/signed the apk, and it
worked perfectly.  jarsigner -verify reported this file as signed, but
something about it killed the PackageParser.

Could this be related to this bug?

http://code.google.com/p/android/issues/detail?id=830

-josh

On Dec 15, 12:46 am, joshv <jvanderb...@gmail.com> wrote:
> I am becoming somewhat terrified of uploading upgrades to my market
> apps, because it always seems to break something.
>
> This time around, I followed the exact same process as I always do,
> export the unsigned jar, sign it, verify that its signed with
> jarsigner -verify and then upload it as an upgrade to the market.
>
> When I attempt to install the app from the market I get "Installation
> unsuccessful", with the reason "Package file was not signed
> correctly".  Which is somewhat amazing to me, because the upload page
> won't let you upload an unsigned jar.
>
> Am I missing something here?  I used the exact same command line to
> sign the jar that I've used for the past updates that worked:
>
> jarsigner -verbose -keystore c:\path_to_keystore application.apk quirk
>
> And no, I have NOT changed my certificate, it's been the same since I
> created it, and has been used for many previous updates.
>
> Basically at this point I had to remove my app from the market as
> nobody can install it.
>
> Any ideas on how to trouble shoot?
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to