how to use BaiduMap in android studio under ubuntu


1. get the key

    1) the address : http://lbsyun.baidu.com/apiconsole/key
    2) and the help view :http://developer.baidu.com/map/index.php?title=androidsdk/guide/key
    3) 安全碼組成:數字簽名+;+包名。
        (1)get the digital signature
            cd into your .android dir for mine: "cd ~/.android"
            and the use the command : keytool -list -v -keystore ./debug.keystore
            then input the "keystore password" : android
            then you can see your digital signature SHA1 like below picture


            (2)get the package name
                open your android studio and you can see it at top of the MainActivity.java, like mine:

    then submit and you can get the key like below picture


2 for practice
    see the help:
http://developer.baidu.com/map/index.php?title=androidsdk/guide/hellobaidumap
    and down the LBS Android SDK:
http://developer.baidu.com/map/index.php?title=androidsdk/sdkandev-download

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章