I am trying to extract MD5 fingerprint on Mac OS x and facing with 2 problems:
1) Where is my debug.keystore I cannot find .android file anywhere in the system, it is supposed to be at /Users/tugce/.android/debug.keystore
2) When I run the Keytool.exe program I get this error
-bash: /Users/tugce/Desktop/android/setup/jdk1.7.0/bin/keytool: cannot execute binary file
logout
EDİT: I guess there is no need to run Keytool.exe in mac os x platform, go directly terminal and write keytool -list -keystore ~/.android/debug.keystore this gives you MD5 fingerprint
Any solutions?
check this:
http://code.google.com/android/add-ons/google-apis/mapkey.html#getdebugfingerprint
http://developer.android.com/guide/publishing/app-signing.html
http://code.google.com/android/add-ons/google-apis/mapkey.html