Well, this APK installation error
(INSTALL_PARSE_FAILED_NO_CERTIFICATES) is caused by a change to my
source (I didn't verify well enough that I had restored to a known
good working source tree).

The error is apparently triggered by changing the name of one of my
layout XML files. With one name it works fine, with another everything
compiles and builds an APK fine, but that APK fails to install (with
an error message indicating a color resource that has nothing to do
with the layout file whose name changed).


On Apr 3, 2:22 pm, "geoff.stromberg" <geoff.stromb...@gmail.com>
wrote:
> 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:
>
> 04-03 14:07:40.116: ERROR/PackageParser(51): Package
> com.mypackage.myapp has no certificates at entry res/color/
> text_light_gray.xml; ignoring!
>
> I found the same error in the issue database:
>
> http://code.google.com/p/android/issues/detail?id=830
>
> But, what I haven't found is a workaround. Here's what I have tried so
> far:
>
> emulator -wipe-data
> rm -rf ~/.android
> installing using adb (same error code)
> rebooting my dev machine
> restoring my source code to a known good state (from source control)
> deleting my eclipse project and rebuilding it with known good source
>
> The only thing left I can think of is re-installing ADT, and then re-
> installing Eclipse. Anybody know another workaround before I resort to
> that?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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