Я пытаюсь подписать приложение для Android (сертификат / хранилище ключей) этим
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
, но при появлении введите пароль. Нет. Он позволяет мне что-либо писать, поэтому я нажимаю клавишу ввода и он сообщает мнепароль недействителен
Enter the password for the keystore:
The keystore password is too short, it must be at least 6 characters
Enter the password for the keystore:
Retype the new password:
Do not match. Try again
Enter the password for the keystore:
The keystore password is too short, it must be at least 6 characters
Too many failures; try again later
Когда я помещаю C: \ ... keytool -keypasswd
в cmd, говорят:
-scripts key tool error: java.lang.Exception: The keystore file does not exist: C: \ Users \ .keystore
что я делаю?