I have build the apk and I want to use keytool then:
So in the command prompt I copied:
keytool -list -v -keystore ./keystore.jks -alias upload -storepass mypass -keypass mypass
But each time I get this message:
More?
Here is the image:
How can I fix this and run this command?
