[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Jake Basile
Glad that worked for you. You also would need to sign it with a real key generated with keygen before releasing the APK, as the debug certificate won't work on the Android Market . -- You received this message because yo

Re: [android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Jake Basile
Yes, all APKs have to be signed before they are installed: http://developer.android.com/guide/publishing/app-signing.html -- 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.

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
I found it, I added jarsigner -verbose -keystore ${HOME}/.android/debug.keystore - storepass android -signedjar $@ roadmap-unsigned.apk androiddebugkey to my Makefile, and this solves the problem. Thanks for pointing this out. Danny On Dec 16, 6:05 pm, Danny Backx wrote: > This migh

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
Ah, found it. I added this line to my Makefile : jarsigner -verbose -keystore ${HOME}/.android/debug.keystore - storepass android -signedjar $@ roadmap-unsigned.apk androiddebugkey and that solves the problem. Thanks for pointing this out. Danny On Dec 16, 6:05 pm, Danny Backx wr

Re: [android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Kenneth Phang
Do you really need to sign before you publish your software? On 17/12/2010 1:05 AM, Danny Backx wrote: This might be the problem. No I didn't, and I can't find the tool to do it for me. What I do know is I'm not calling apkbuilder any more, it says THIS TOOL IS DEPRECATED. See --help for more

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-16 Thread Danny Backx
This might be the problem. No I didn't, and I can't find the tool to do it for me. What I do know is I'm not calling apkbuilder any more, it says > THIS TOOL IS DEPRECATED. See --help for more information. but there's no other info if you start it with that option. I can't seem to figure out from

[android-developers] Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES on Android-2.3

2010-12-15 Thread Jake Basile
Just to be sure, did you sign your APKafter it is built? -- 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