How to create a Keystore at windows prompt?

Asked

Viewed 4,946 times

0

I want to sign the apk of my app that has been ready for 1 month, but I can not in any way create this 'Keystore'. I tried online, in Android Studio(zzz) and I’m trying the command prompt for 2 weeks. I tried to follow some tutorials for this but ask to install the java and then a JDK and open the prompt as administrator and even then does not work in any way.

inserir a descrição da imagem aqui

If anyone can help me I’d really appreciate it.

2 answers

1


you have to add the keytool as environment variable!

  • How do I do that?

  • 1

    More precisely, you have to add the path where the application is keytool.exe the environment variable PATH. He stays in the subfolder bin from the JRE or JDK folder (I don’t remember now). Examples here: http://stackoverflow.com/questions/6211919/errorkeytool-is-not-recognized-as-an-internal-or-external-command-operable-p

  • I can’t believe it worked * o * Thank you very much!

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.