sign in GooglePlay my Android app?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jorgecaballero
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 32
Joined: Mon Nov 26, 2012 6:07 pm

sign in GooglePlay my Android app?

Post by jorgecaballero » Thu Dec 27, 2012 3:52 pm

After many hours of headaches, my application is finished. I'm registered as a developer and after several attempts
as the market went up my application by creating a signature. But to download it and install it on a phone I dial this error
"The application is not signed correctly"

What I did was:

-Use the Eclipse ADT to generate the Keystore
- Then in LIVECODE export the standalone with that keystore

Do not use the encryption code "RSA public key" turns me the application, no where to add it.
and this is the errror "The application is not signed correctly"

Then add it to export it Livecode where it says "app billing key" but neither worked.
with the same error.

Please tell me which is the process that must be followed so that the application is signed correctly.

Google play has redesigned and now uses a key for each application, not if that is the problem also.

Would greatly appreciate your help, if someone has already raised some
application to market lately please tell me as it did.

1. - As you create the keystore???
2. - As Livecode signature?
3. - Where to use the RSA public key code??


.

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: sign in GooglePlay my Android app?

Post by Simon » Thu Dec 27, 2012 8:10 pm

Have you verified your app locally using jarsigner?
http://lessons.runrev.com/s/lessons/m/4 ... stribution
I found that when using jdk1.7.x, jarsigner -verify would produce errors so I rolled back to jdk1.6 and it passed cleanly. Also I did sign the app using the command line not LC.

HTH
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply