Android Google Map实例 - MD5 、Google Map API Key获取(Android mapview)

    技术2022-05-19  20

    Android Google Maps Application

    Google Maps应用需要注册免费的Google Map API Key注册Google Map API KeTo 需要提供 the certificate’s fingerprint (MD5).

    To get certificate fingerprint (MD5) follow the simple steps below:

    用keystore 文件获取 for getting the certificate fingerprint (MD5).找到keystore 文件

    "C:/Documents and Settings/<username>/Local Settings/Application Data/Android "

    (Or)

    "C:/Documents and Settings/<username>/.android "

    Keystore file name is "debug.keystore " file.

    找到 keytool  一般在c:/Proram Files/Java/jdk1.6.0.24/bin/ 下

    在cmd中输入类似下面的语句即可得到MD5 : keytool.exe -list -alias androiddebugkey -keystore “D:/AndroidKeystore/debug.keystore” -storepass android -keypass android

    然后访问 : http://code.google.com/intl/zh-CN/android/maps-api-signup.html

    After clicking the Generate API Key Button , you will get Google Map API Key (red circled).

    即可得到Google Map API Key

     

    原文: http://www.androidpeople.com/android-google-map-application-example/

     

    下篇:

    Android Google Map应用实例 - 创建一个Google Map例程(Android mapview)


    最新回复(0)