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 [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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

