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

前端 未结 8 1222
渐次进展
渐次进展 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 20:00

    To generate the debug.keystore, you have to run any app at least one time. Just create and run any simple "Hello World" android app to generate it.

    1. Create Hello World android App

    2. Run Hello World android app

提交回复
热议问题