如何获取Android应用程序的应用程序指纹。

huangapple go评论57阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年5月21日 04:33:30
  • 转载请务必保留本文链接:https://go.coder-hub.com/76297248.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定