英文:
How to get application fingerprint for an android app
问题
I'm trying to use SpotifySDK and I'm following their tutorial. Here they wanted me to get an application fingerprint using keytool, here https://developer.spotify.com/documentation/android/tutorials/application-fingerprints.
I'm using a bash terminal and I'm typing this according to their tutorial: "C:\Program Files\Java\jdk-20\bin\keytool.exe" -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v | grep SHA1
It's asking for a password which I don't know, I tried with random and "changeit" but it's returning nothing. How can I get this SHA fingerprint?
英文:
I'm trying to use SpotifySDK and I'm following their tutorial. Here they wanted me to get an application fingerprint using keytool, here https://developer.spotify.com/documentation/android/tutorials/application-fingerprints.
I'm using a bash terminal and I'm typing this according to their tutorial: "C:\Program Files\Java\jdk-20\bin\keytool.exe" -alias androiddebugkey -keystore ~/.android/debug.keystore -list -v | grep SHA1
It's asking for a password which I don't know, I tried with random and "changeit" but it's returning nothing. How can I get this SHA fingerprint?
答案1
得分: 0
我尝试了“android”作为密码,它有效。
英文:
I tried "android" for password and it worked.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论