Re: [android-developers] problem while getting md5 key

2012-06-19 Thread Narendra Singh Rathore
On Fri, Dec 23, 2011 at 6:59 AM, enes enes...@gmail.com 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\binkeytool.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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] problem while getting md5 key

2011-12-26 Thread enes
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\binkeytool.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.

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