Hi, I'm in the process of changing my Makefile based build system (existing application in C, porting to Android next to a bunch of other platforms, therefore using non-standard build) to the new 2.3 based stuff.
Producing an APK file still works, but installing it fails (e.g. on the 2.3 emulator) with INSTALL_PARSE_FAILED_NO_CERTIFICATES. Logcat reveals that the first png file in res/drawable causes the problem. Removing it only causes the problem to appear with the next png file. Adding a dummy png file (see old posts about this error message) doesn't help. What can I do to fix ? The application is RoadMap (http://sf.net/projects/roadmap, its source is there). An APK file that fails is at http://danny.backx.info/download/roadmap/roadmap.apk . Thanks, Danny -- 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

