Page 1 of 1
Example needed
Posted: Wed Jan 08, 2014 10:27 am
by MaxV
Hi all,
please may you provide an example script and a example file .keycode working?
I can't install signed application on android device and I can't understand the reason.
Thank you.
Re: Example needed
Posted: Wed Jan 08, 2014 7:17 pm
by jacque
What error do you get?
Did you create the keystore file like this:
http://lessons.runrev.com/s/lessons/m/4 ... droid-App-
Re: Example needed
Posted: Thu Jan 09, 2014 9:26 am
by MaxV
I just created the keysotre file this way:
Code: Select all
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -validity 10000
The only difference is the
-keysize 2048 parameter with the procedure in your link.
I obtain an APK file, but the device dosen't install it. On the contrary
signining for develoment only works prerfectly!
I tried also with the
-keysize 2048, but device starts installation procedure and says "NOT INSTALLED".
My device uses Android 4.
JDK is 1.7.0_45
I have the same problem on Linux and WinXp
Re: Example needed
Posted: Thu Jan 09, 2014 9:44 am
by Simon
Let me just throw out another one of my wild ones...
"my-release-key.keystore"
Try dropping the hyphens.
They may get confused with a parameter "-genkey -v "?
Simon
Re: Example needed
Posted: Thu Jan 09, 2014 10:50 am
by MaxV
Unfortunately I continue to get the same error. I changed names, passwords, anything.
I use Livecode community. Should I change to Livecode commercial in order to sign apps?
Re: Example needed
Posted: Thu Jan 09, 2014 11:27 am
by LCNeil
Hi Maxv et al.
I believe what you are experiencing is a bug with signed APKsr on Windows. We are aware of the issue and are currently investigating it further.
A bug report on the issue can be viewed here-
http://quality.runrev.com/show_bug.cgi?id=11267
Kind Regards,
Neil Roger
--
RunRev Support Team ~
http://www.runrev.com
—
Re: Example needed
Posted: Fri Jan 10, 2014 11:08 am
by MaxV
So at the present there is no way to create app on Android

.
Only signed for development works
