Android: keytool error on the command line when locating debug.keystore

前端 未结 8 1226
渐次进展
渐次进展 2020-12-10 19:30

I\'m trying to generate the MD5 fingerprint from the debug.keystore file using keytool.exe in my JDK so I can use Google Maps in my Android project. I\'ve locat

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-10 19:57

    You should execute the keytools from c:\Program Files (x86)\java\jre6\bin>

    And here execute the keytool command without "\"

    keytool -list -alias androiddebugkey -keystore C:\Users\\.android\debug.keystore -storepass android -keypass android
    

    It will work!

提交回复
热议问题