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.
If anyone can help me I’d really appreciate it.
How do I do that?
– Iago Bruno
More precisely, you have to add the path where the application is
keytool.exe
the environment variablePATH
. He stays in the subfolderbin
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– Piovezan
I can’t believe it worked * o * Thank you very much!
– Iago Bruno