Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When I want to get md5 with keytool for the google maps api.I have same error

My Error:

Illegal error: bulal2m

My code:

C:\Program Files\Java\jre7\bin>keytool -list -alias arabamı bulalım -keystore "c:\key.keystore"

My alias name: arabamı bulalım

My Keystore File:key.keystore

I think the error about "ı" character and space but ı dont know how can i fix

Thank you

share|improve this question
share more and exact log details about Illegal error: bulal2m – Arpit Garg Sep 27 '12 at 19:13
1  
Copy past the full error. And maybe try to quote the alias if it has a space in it. Something like: -alias "arabamı bulalım". – Nikolay Elenkov Sep 28 '12 at 4:04
I tried with this format keytool -list -alias "arabamı bulalım" -keystore "c:\key.keystore" and asked a password ,I entered password result it give me just SHA1 key :/ how can I get md5 – Sertunc Selen Sep 28 '12 at 15:12
ok for the md5 ı used jre6 and it solved :) C:\Program Files (x86)\Java\jre6\bin>keytool -list -alias "arabamı bulalım" -keystore "c:\key.keystore" Thank you all my friend – Sertunc Selen Sep 28 '12 at 15:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.