Hi
How do I generate a key to be able to build to android?
someone told me that I can generate a key from terminal
anyone can help me? like step by step? thanks [import]uid: 23063 topic_id: 15466 reply_id: 315466[/import]
Hi
How do I generate a key to be able to build to android?
someone told me that I can generate a key from terminal
anyone can help me? like step by step? thanks [import]uid: 23063 topic_id: 15466 reply_id: 315466[/import]
is this what you are after?
$ keytool -genkey -v -keystore my-release-key.keystore
-alias alias\_name -keyalg RSA -keysize 2048 -validity
10000
cheers,
?
[import]uid: 3826 topic_id: 15466 reply_id: 57175[/import]
I have no idea what you talk about @_@
hehehe
I have read in this link: http://developer.anscamobile.com/content/building-devices-android
that I need to generate a key with key-tool
I dont know how to do this
:X [import]uid: 23063 topic_id: 15466 reply_id: 57191[/import]