Google Maps Android API V2 problems with android 4.3

后端 未结 5 1968
栀梦
栀梦 2021-01-28 00:54

I am novice in Google maps. Just followed this link http://www.androidhive.info/2013/08/android-working-with-google-maps-v2/ when I am launching my app, follwing error is coming

5条回答
  •  佛祖请我去吃肉
    2021-01-28 01:12

    As you commented on @gokhan answer, you should do

    
    

    However, you still need to do

    
    

    where app_key is your Key.

    I suggest you to create an ids.xml file inside your values folder and have something like:

    
        1234567890
        QWERTTYruyfgREYT
        
    

提交回复
热议问题