Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
keytool error: java.lang.Exception: Keystore file does not exist: %USERPROFILE%androiddebug.keystore
java.lang.Exception: Keystore file does not exist: %USERPROFILE%.androiddebug.kystore
at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:916)
at java.base/sun.security.tools.keytool.Main.run(Main.java:422)
at java.base/sun.security.tools.keytool.Main.main(Main.java:415)


What I have tried:

keytool -list -v \
> -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
Posted
Updated 13-May-21 0:20am
Comments
Richard MacCutchan 13-May-21 6:17am    
This is an English language site; please translate your question.

1 solution

keytool error: java.lang.Exception: Keystore file does not exist: %USERPROFILE%androiddebug.keystore

%USERPROFILE%androiddebug.keystore is not a valid path.
 
Share this answer
 
Comments
Arnold Foko 16-May-21 10:10am    
COMMENT FAIRE
Richard MacCutchan 16-May-21 10:17am    
Look at the message:
keytool error: java.lang.Exception: Keystore file does not exist: %USERPROFILE%androiddebug.keystore
                                                       characters missing here ^      ^

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900