我使用的是位置服务的已删除版本
_layout/post
GCM推送的更新版本
public class UserLocation implements LocationListener, GooglePlayServicesClient.ConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener
gradle如下
extends GcmListenerService
但无法同步项目会收到一些错误,例如
错误:配置项目':app'。
时出现问题无法解析配置':app:_debugCompile'的所有依赖项。 找不到com.google.android.gms:play-services-location:6.5.87build.gra。 在以下位置搜索: https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/6.5.87build.gra/play-services-location-6.5.87build.gra.pom https://repo1.maven.org/maven2/com/google/android/gms/play-services-location/6.5.87build.gra/play-services-location-6.5.87build.gra.jar 要求: incidentchanger:应用程序:未指定的
答案 0 :(得分:0)
没有找到任何替代方案使其工作,最后更新位置api和相关代码 谢谢Stackoverflow:)