How to fix Google Play Services 2 Library install to Eclipse

后端 未结 5 1459
情歌与酒
情歌与酒 2020-12-14 22:23

I\'ve tried to follow https://developer.android.com/google/play-services/setup.html instructions in Eclipse for Mobile Developers (Juno), but am getting multiple errors with

5条回答
  •  一生所求
    2020-12-14 22:57

    Try the following :

    https://developers.google.com/maps/documentation/android/intro#sample_code
    

    You would get errors while opening an activity mentioned in the sample code. That is because android.support.v4.app.FragmentActivity is not added to your build path. Hover over the error and click on "Fix Project Setup". It would ask you to add the lib to the build path. Say Yes and enjoy :)

提交回复
热议问题