林更新GCM推較早的位置服務和android的
public class UserLocation implements LocationListener, GooglePlayServicesClient.ConnectionCallbacks, GooglePlayServicesClient.OnConnectionFailedListener
GCM的更新版本推
extends GcmListenerService
gradle這個如下
compile 'com.google.android.gms:play-services-location:6.5.87'
compile 'com.google.android.gms:play-services-gcm:7.5.0'
但無法同步項目接收一些錯誤,如
錯誤:配置項目':app'時發生問題。
Could not resolve all dependencies for configuration ':app:_debugCompile'. Could not find com.google.android.gms:play-services-location:6.5.87build.gra. Searched in the following locations: 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 Required by: incidentchanger:app:unspecified
你應該使用相同的播放服務版兩個位置和GCM。所以你應該使用位置服務7.5.0或最新的7.8.0 – ztan
@ztan location serivice 7.5.0將提供融合的位置,我不想使用它。我希望** LocationClient **與GCMListenerService ** – NAUSHAD
是否有一個原因,你是繼續使用play-services-location:6.5?爲什麼不在gcm和location中使用v7.8.0? –