On Fri, Dec 23, 2011 at 6:59 AM, enes <[email protected]> wrote:

> I' m tring to get md5 code but the cms show me sha1. the following
> output generate when I run command
>
> c:\Program Files\Java\jre7\bin>keytool.exe -list -alias
> androiddebugkey -keystor
> e "C:\debug.keystore" -storepass android -keypass android
> androiddebugkey, 16.Eki.2011, PrivateKeyEntry,
> Certificate fingerprint (SHA1): 02:24:F2:01:90:8D:CF:E5:5B:FD:
> 53:09:F2:24:45:B8:
> F0:D1:2C:D3
>
>
> how to get MD5 key? help.
>


Just replace your command like this
keytool.exe *-v* -list -alias androiddebugkey -keystore "C:\debug.keystore"
-storepass android -keypass android

You will get MD5 fingerprint.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to