gpt4 book ai didi

java - 当我尝试从命令或 android studio 获取 SHA-1 编号时,出现错误

转载 作者:行者123 更新时间:2023-12-02 02:17:04 26 4
gpt4 key购买 nike

当我尝试获取 SHA-1 编号时,出现错误

I typed in;
keytool -list -v \

And then typed in;
-alias androiddebugkey -keystore ~/.android/debug.keystore

它给了我下面这个错误;

keytool error: java.lang.Exception: Keystore file does not exist: 
/Users/FLT/.android/debug.keystore
java.lang.Exception: Keystore file does not exist:
/Users/FLT/.android/debug.keystore
at
java.base/sun.security.tools.keytool.Main.doCommands(Main.java:899)
at java.base/sun.security.tools.keytool.Main.run(Main.java:409)
at java.base/sun.security.tools.keytool.Main.main(Main.java:402)

在我的 JavaVirtualMachines 中只有 KEYTOOL 而不是 debug.keystore

我的 JavaVirtualMachines 位于 Macintosh 中,而不是在我的用户中;

Macintosh HD/Library/Java/JavaVirtualMachines/jdk- 
12.0.2.jdk/Contents/Home/bin

I don’t know in which folder debug.keystore is located.

but when I go to command and type
cd ~/
ls
ls -al

It’s there in the list

最佳答案

这个命令对我有用:

keytool -list -keystore debug.keystore

关于java - 当我尝试从命令或 android studio 获取 SHA-1 编号时,出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57296054/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com