Example needed
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Example needed
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.
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.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Example needed
What error do you get?
Did you create the keystore file like this:
http://lessons.runrev.com/s/lessons/m/4 ... droid-App-
Did you create the keystore file like this:
http://lessons.runrev.com/s/lessons/m/4 ... droid-App-
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
Re: Example needed
I just created the keysotre file this way:
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
Code: Select all
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -validity 10000
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
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Example needed
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
"my-release-key.keystore"
Try dropping the hyphens.
They may get confused with a parameter "-genkey -v "?
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Example needed
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?
I use Livecode community. Should I change to Livecode commercial in order to sign apps?
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: Example needed
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
—
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
So at the present there is no way to create app on Android
.
Only signed for development works

Only signed for development works

Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w