Google Map key in Android?

后端 未结 3 411
慢半拍i
慢半拍i 2021-01-26 07:27

I am developing an android app in which i have to show map view i have done it once in a previous app but the key i used in the previous is not working int his app . It is just

3条回答
  •  深忆病人
    2021-01-26 08:18

    amandeep there are two kinds of key for maps debug key and release key 
    debug key is for your system on which you are developping your application 
    that can be used for every application and the seconde one is release key that is different for every application and for each application you have to create new one
    

    http://code.google.com/android/add-ons/google-apis/mapkey.html

    Difference between Debug and Signing key

提交回复
热议问题