linux - How do I generate an android debug.keystore from the command-line? -


i'm using gui-less linux can't use eclipse generate 1 me.

look @ android's documentation creating keystore using keytool. provide example command:

$ keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg rsa -keysize 2048 -validity 10000 

edit: sorry, read quickly. if want use debug keystore command line, need compile using "ant".


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -