Google Maps V2 - Error inflating class Fragment

后端 未结 15 1640
清歌不尽
清歌不尽 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:14

    I know this is probably a dead thread but just in case someone stumbles upon here having an identical problem - your manifest might be missing the following meta information:

    
    

    Declare it within the element and your code should work. I ran into the same issue following a youtube tutorial that skipped this step and only when carefully going through the original Google tutorial I noticed the missing code.

    Anyway, hope this helps someone.

提交回复
热议问题