Google Maps V2 - Error inflating class Fragment

后端 未结 15 1642
清歌不尽
清歌不尽 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 had a similar error and I think it comes from this point: when I include the Google Play Service API I do not copy it in my workspace, I use the original one !!!

    Note: You should be referencing a copy of the library that you copied to your source tree—you should not reference the library from the Android SDK directory.

    Check this point.

提交回复
热议问题