Friday, August 19, 2011

How to get MD 5 fingerprint key and Google Map Api key for anDroiD



  • In the Command prompt be in bib folder of the JDK , which must have installed before using Eclipse               C:\Program Files\Java\jdk1.6.0_26\bin

  • Then use this command line to get the MD5 key on the windows(both XP and 7)                                          keytool -list -alias androiddebugkey -keystore "C:\Users\user_name\.android\debug.keystore" -storepass android
           
  • When you click the enter button you will get a MD5 key. Example:F3:11:23:D2:35:6C:C3:8E:7B:ED:A3:93:DA:4C:95:8D



  • The complete code                                                                                                                 C:\Program Files\Java\jdk1.6.0_26\bin>keytool -list -alias androiddebugkey -keystore "C:\Users\user_name\.android\debug.keystore" -storepass android                            

  • Then go to http://code.google.com/android/maps-api-signup.html and insert the MD5 ,It will give you the Google Map Api Key!!!!!!!!!!!!!!!!!

No comments:

Post a Comment