"Keystore is not a legal command" Any ever got this when making a keystore for Android?
HoneyTribeStudios
Member Posts: 1,792
So I'm making a new keystore for a new Android release but am getting this error in terminal:
"keytool error: java.lang.RuntimeException: Usage error, .keystore is not a legal command"
Anyone ever got this before and know how to fix it?
"keytool error: java.lang.RuntimeException: Usage error, .keystore is not a legal command"
Anyone ever got this before and know how to fix it?
Best Answer
-
RubiWorks Posts: 130@honeytribestudios try with that command
"keytool -genkey -v -keystore nameofyourkey.keystore"
Yes i had a lot of problems!! xD
Answers
http://forums.gamesalad.com/discussion/54819/solution-impossible-apk-sign-in-android-password-wrong-keytool-error-java-io-ioexception#latest
Rewrite all ''-" and put your keyboard in U.S. Extend
Thanks for the reply. In my case that won't be the solution as I only have English as the setting. (As it's the only language I can speak!)
So not sure why I'm getting the error now when it used to be fine last time I was making an Android keystore.
Back to 1.6 Java version. And rewrite all command line. Don´t copy the text.
See if I can google around and find out an answer...
Again though, I'm making a new keystore with a new name, so that won't apply with me.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
@RubiWorks Ah yes, i was putting one space too many in. It works now. Thanks for the help!