Error Inflating class com.google.android.maps.MapView

前端 未结 9 1000
遇见更好的自我
遇见更好的自我 2020-11-30 13:45

i am just following a simple map tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html but getting this error . I am new to android i tried to f

9条回答
  •  醉梦人生
    2020-11-30 14:20

    I had this problem and solved it by the following 2 steps:

    1) Put the following line in the application (important) element of AndroidManifest.xml file.

    
    

    2) extend MapActivity instead of Activity.

    enjoy!

提交回复
热议问题