Google Maps V2 - Error inflating class Fragment

后端 未结 15 1638
清歌不尽
清歌不尽 2020-12-03 01:04

I\'m trying my hand and Android Application Development. I\'m currently using Eclipse (I can\'t remember the version, whatever the newest is). I\'ve crossed a bridge where I

15条回答
  •  [愿得一人]
    2020-12-03 01:39

    I have the same code/same problem! Try adding android:name="com.testing.svma.MainActivity" to "fragment" in the layout! It solved the issue for me

    
    
    

提交回复
热议问题