google maps api for android, getting SHA1 cert instead of MD5

前端 未结 5 2087
悲哀的现实
悲哀的现实 2020-12-13 17:01

when i try to get the MD5 fingerprint using keytool, I get a SHA1 fingerprint instead and the google maps doesnt recognize it. How do I get the MD5 fingerprint?

5条回答
  •  旧巷少年郎
    2020-12-13 17:45

    C:\Program Files\Java\jdk1.7.0_04\bin>keytool.exe -V -list -alias androiddebugkey -keystore "C:\Documents and Settings\IBM\.android\debug.keystore" -storepass android -keypass android
    

    Consider your jdk-bin path in the first path place and your home user directory in the second path. For windows 7 it is like "C:\Users\username.android\debug.keystore"

    Use the above command you will get all the keys.

    for more details go through this androidgoogle-maps-api-key-signup-md5-certification-key

提交回复
热议问题