當使用谷歌代碼的網站,我已經使用命令提示符來按照他們的指示嘗試:問題越來越MD5指紋簽名證書
First, determine which key you will use to sign your application at release and make sure of the path to the keystore that contains it.
Next, run Keytool with the -list option, against the target keystore and key alias. The table below lists the options you should use.
但我不斷收到此錯誤:
C:\Program Files\Java\jdk1.6.0_23\bin>keytool -list keytool error: java.lang.Exception: Keystore file does not exist: C:\Documents and Settings\nwashington.keystore
也當我按照網站上的下一條指令:
Here's an example of a Keytool command that generates an MD5 certificate fingerprint for the key alias_name in the keystore my-release-key.keystore
這是我寫的nd我的錯誤:
> C:\Program
> Files\Java\jdk1.6.0_23\bin>keytool
> -list -alias androiddebugkey -keystore C:\Documents and
> Settings\nwashington.android\debug.keystore
> -storepass android -keypass android keytool error:
> java.lang.RuntimeException: Usage
> error, and is not a legal command
我沒有輸入正確的「my-release-key」嗎?
任何人都可以幫助我解決這個問題/錯誤的含義是什麼?
謝謝!
將鏈接添加到包含說明的Google代碼頁可能會有所幫助。 – 2011-04-07 04:50:58
看起來像這裏:http://code.google.com/android/add-ons/google-apis/mapkey.html#getfingerprint – 2011-04-08 01:28:26
爲了解決這個問題的最佳參考,請觀看[此視頻](http ://www.youtube.com/watch?hl = zh-CN&v = vgr4l1nsFdU)謝謝。 – Harpreet 2012-12-03 12:11:06