Page 1 of 1
INSTALL_PARSE_FAILED_NO_CERTIFICATES
Posted: Wed Feb 12, 2014 6:24 pm
by KingCode
[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
I keep getting this error when trying to install on a Samsung Galaxy Tab 3. I have signed the app using a keystore but it still comes up with this error? I am using Windows 8.
Anybody else having this problem?
Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES
Posted: Wed Feb 12, 2014 8:00 pm
by KingCode
Nobody knows, so we cannot create do this on Windows I am guessing?
Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES
Posted: Wed Feb 12, 2014 8:09 pm
by KingCode
Apologies - my mistake! oops
Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES
Posted: Thu Feb 13, 2014 12:36 pm
by LCNeil
Hi Kingcode,
Have you managed to resolve the issue you were experiencing?
Kind Regards,
Neil Roger
--
RunRev Support Team ~
http://www.runrev.com
-
Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES
Posted: Wed Feb 19, 2014 3:37 pm
by MaxV
JDk 1.7 messes signing process, so you have to declare the old signing method.
So use
don't sign option, and sign yourself with:
Code: Select all
jarsigner.exe -sigalg MD5withRSA -digestalg SHA1 -verbose -keystore myKey.keystore myApp.apk myalias
Jarsigner is in
JDK/bin/ folder.