geoff.stromberg wrote: > 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).
This is somewhat reminiscent of what Mr. Damov referred to colorfully as a "TERRIBLE BUG" a few weeks ago. In his case, it would not compile (aapt crashed), but it too was due to a subtle difference in his resources (in his case, whitespace in a layout, IIRC). If there is any way you can post an issue to http://b.android.com with a ZIPped-up project that can reproduce this problem, it would really help in terms of getting it fixed. If you can't (e.g., the project you are working on isn't intended to be open source), c'est la vie... -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

