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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -