Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I'm new to android and I tried to get use of Google Map API to my android application.
But when I try to execute

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

in my console to generate SHA-1 fingerprint using java keytool.

I got the error message
java.lang.Exception: Keystore file does not exist: ~/.android/debug.keystore
at sun.security.tools.KeyTool.doCommands(KeyTool.java:738)
at sun.security.tools.KeyTool.run(KeyTool.java:340)
at sun.security.tools.KeyTool.main(KeyTool.java:333)

Plz help me to solve this..

Thanks
Posted
Updated 19-Sep-17 2:48am

first install android SDK....then procede with command keytool
 
Share this answer
 
Comments
Kats2512 19-Sep-17 10:34am    
Highly doubt the OP is still looking for a solution 3 and a half years later

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