我正在开发一款应用程序中的GCM,但我无法在两款相对较新的设备(LG P700和华为y300)上使用Android 4.1.1。它在5.1和4.4的其他设备上运行良好。也在4.1.2的一个设备中。 无法让GCM正常工作的两个设备在Google Play中找不到Google Play服务APP。
调试程序显示此错误,检查Google Play服务在Google Play中无法找到Google Play服务应用的设备中是否可用:
06-23 06:32:11.100: E/GooglePlayServicesUtil(23781): GooglePlayServices not available due to error 2
06-23 06:32:11.110: W/System.err(23781): com.google.android.gms.common.GooglePlayServicesRepairableException: Google Play Services not available
06-23 06:32:11.110: W/System.err(23781): at com.google.android.gms.common.GooglePlayServicesUtil.zzY(Unknown Source)
06-23 06:32:11.110: W/System.err(23781): at com.google.android.gms.ads.identifier.AdvertisingIdClient.zzo(Unknown Source)
06-23 06:32:11.110: W/System.err(23781): at com.google.android.gms.ads.identifier.AdvertisingIdClient.zzb(Unknown Source)
06-23 06:32:11.120: W/System.err(23781): at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source)
06-23 06:32:11.120: W/System.err(23781): at com.mobimento.caponate.ad.AdManager$2.run(AdManager.java:570)
06-23 06:32:11.120: W/System.err(23781): at java.lang.Thread.run(Thread.java:856)
06-23 06:32:11.600: W/GooglePlayServicesUtil(23781): Google Play services out of date. Requires 7571000 but found 7329034
我确信必须让GCM在这些设备上运行。如何实现?
答案 0 :(得分:-3)
尝试 -