I want to generate MD5 Fingerprint for using GoogleMap in Android. But I am using Macbook 10.5.8 and Eclipse Indigo.
Any suggestion will be appreciate…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer for my question is we can create MD5 fingerprint for MAC in a usual way i.e. by using the following command
$ keytool -list -alias androiddebugkey -keystore .keystore \
-storepass android -keypass android
One important thing about MAC is .android folder is hidden.To make that folder visible we have use command Command+Shift+G.
Problem with me is I have installed fresh eclipse and I had not run a single project so the debug.keystore file was not generated.So it is giving me an error of file not found exception.