INSTALL_PARSE_FAILED_NO_CERTIFICATES

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
KingCode
Posts: 9
Joined: Wed Feb 05, 2014 5:34 pm

INSTALL_PARSE_FAILED_NO_CERTIFICATES

Post by KingCode » Wed Feb 12, 2014 6:24 pm

[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?

KingCode
Posts: 9
Joined: Wed Feb 05, 2014 5:34 pm

Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES

Post by KingCode » Wed Feb 12, 2014 8:00 pm

Nobody knows, so we cannot create do this on Windows I am guessing?

KingCode
Posts: 9
Joined: Wed Feb 05, 2014 5:34 pm

Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES

Post by KingCode » Wed Feb 12, 2014 8:09 pm

Apologies - my mistake! oops

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES

Post by LCNeil » Thu Feb 13, 2014 12:36 pm

Hi Kingcode,

Have you managed to resolve the issue you were experiencing?

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
-

MaxV
Posts: 1579
Joined: Tue May 28, 2013 2:20 pm
Location: Italy
Contact:

Re: INSTALL_PARSE_FAILED_NO_CERTIFICATES

Post by MaxV » Wed Feb 19, 2014 3:37 pm

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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”