所以,基本上这是我的问题,我一直关注此链接http://developer.android.com/training/location/retrieve-current.html
似乎eclipse不会识别LocationClient类,它甚至不会要求我导入它,当然我实现了GooglePlayServicesClient.ConnectionCallbacks和GooglePlayServicesClient.OnConnectionFailedListener并且我的活动扩展了FragmentActivity
我错过了什么吗?
此外我发现被覆盖的onConnected()方法没有参数,我已经看到来自各地和各地的示例我看到它说onConnected(Bundle bundle)但我的只是拒绝有参数。 任何帮助都是非常感谢的人,非常感谢
答案 0 :(得分:5)
听起来您可能没有将Google Play Services SDK添加到您的项目中。 请参阅http://developer.android.com/google/play-services/setup.html
上的文档答案 1 :(得分:4)
LocationClient是不推荐使用的类。但是,仍然在Android文档中获取当前位置。
Android LocationClient class is deprecated but used in documentation