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

前端 未结 8 1042
渐次进展
渐次进展 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:58

    I had the same message and when checking the C:\user.android directory could see that the debug.keystore file was not present. As this was the first time I'd tried an android project on this machine, there had been no previous builds. I created and ran the ubiquitous 'Hello World' project and debug.keystore was instantly created. I then ran keytool and the MD5 appeared fine

提交回复
热议问题