Android The import com.google cannot be resolved

前端 未结 14 1447
猫巷女王i
猫巷女王i 2020-12-09 04:41

I\'m trying to test LocationService example of Android developer as per following link http://developer.android.com/training/location/retrieve-current.html. At that time, er

相关标签:
14条回答
  • 2020-12-09 05:27

    If you're using Eclipse, you can fix this by installing Google Play Services SDK via the SDK Manager, load the google-play-services-lib project into Eclipse, and set this as a reference from your project. This is documented at http://developer.android.com/google/play-services/setup.html

    0 讨论(0)
  • 2020-12-09 05:29

    You will need the Google Play Services SDK configured within Eclipse.

    0 讨论(0)
提交回复
热议问题