为 Google 地图 API 密钥生成 MD5 指纹时遇到问题

发布于 2024-12-12 09:52:49 字数 424 浏览 0 评论 0原文

我有一个问题。当我打开命令提示符时,已输入 C:\Documents and Settings\Chris>

在我的Java程序文件中,有3个java文件夹,即jdk1.6.0_13、jdk1.6.0_18和jdk1.6.0_23...我认为最后两个必须是更新。这是我在命令提示符下输入的内容。

C:\Program Files\Java\jdk1.6.0_13\bin>keytool.exe -list -alias androiddebugkey -keystore "C:\Documents and Settings\Chris.android\debug.keystore" -storepass android -keypass android

点击 ' 后输入',出现可怕的消息“......无法识别内部或外部命令,可操作程序或批处理文件”。我做错了什么?

I have a problem. When I open command prompt this is already entered C:\Documents and Settings\Chris>

In my Java program file, there are 3 java folders, i.e jdk1.6.0_13, jdk1.6.0_18 and jdk1.6.0_23...I figured the last two must be updates. this is what I entered on the Command Prompt.

C:\Program Files\Java\jdk1.6.0_13\bin>keytool.exe -list -alias androiddebugkey -keystore "C:\Documents and Settings\Chris.android\debug.keystore" -storepass android -keypass android

After hitting 'Enter', the awful message that says "....is not recognized an internal or external command, operable program or batch file' appeared. What did I do wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天涯离梦残月幽梦 2024-12-19 09:52:49

使用此命令获取您的 MD5 指纹。

C:\Program Files\Java\jdk1.6.0_16\bin>keytool -list -alias androiddebugkey
         -keystore "Your debug key location" -storepass android -keypass android 

您还可以在 http://www.androidcookers.co.cc/2011/12/show-google-map-on-your-android-app.html

Use this command to get your MD5 fingerprint.

C:\Program Files\Java\jdk1.6.0_16\bin>keytool -list -alias androiddebugkey
         -keystore "Your debug key location" -storepass android -keypass android 

You can also get a full tutorial at http://www.androidcookers.co.cc/2011/12/show-google-map-on-your-android-app.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文