谷歌播放服务更新后未加载地图

时间:2014-07-10 09:33:01

标签: android eclipse google-maps google-play-services

我遇到了新项目的问题并尝试添加地图片段。这是错误;

07-10 10:22:04.184: I/Google Maps Android API(23978): Google Play services client version: 5077000
07-10 10:22:04.195: I/dalvikvm(23978): Could not find method guj.a, referenced from method gqi.a
07-10 10:22:04.195: W/dalvikvm(23978): VFY: unable to resolve static method 24936: Lguj;.a (Landroid/content/Context;)Lgri;
07-10 10:22:04.195: D/dalvikvm(23978): VFY: replacing opcode 0x71 at 0x0003
07-10 10:22:04.205: E/dalvikvm(23978): Could not find class 'gpr', referenced from method gps.a
07-10 10:22:04.205: W/dalvikvm(23978): VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps;
07-10 10:22:04.205: D/dalvikvm(23978): VFY: replacing opcode 0x22 at 0x0000
07-10 10:22:04.205: E/dalvikvm(23978): Could not find class 'gpr', referenced from method gps.a
07-10 10:22:04.205: W/dalvikvm(23978): VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps;
07-10 10:22:04.205: D/dalvikvm(23978): VFY: replacing opcode 0x22 at 0x0000
07-10 10:22:04.205: E/dalvikvm(23978): Could not find class 'gpr', referenced from method gps.a
07-10 10:22:04.205: W/dalvikvm(23978): VFY: unable to resolve new-instance 4090 (Lgpr;) in Lgps;
07-10 10:22:04.205: D/dalvikvm(23978): VFY: replacing opcode 0x22 at 0x0000
07-10 10:22:04.205: D/dalvikvm(23978): DexOpt: unable to opt direct call 0x5ea3 at 0x0a in Lgps;.a
07-10 10:22:04.205: D/dalvikvm(23978): DexOpt: unable to opt direct call 0x5ea3 at 0x0c in Lgps;.a
07-10 10:22:04.205: D/dalvikvm(23978): DexOpt: unable to opt direct call 0x5ea3 at 0x0a in Lgps;.a
07-10 10:22:04.205: W/dalvikvm(23978): VFY: unable to resolve static field 20873 (t) in Lyp;
07-10 10:22:04.205: D/dalvikvm(23978): VFY: replacing opcode 0x62 at 0x000e
07-10 10:22:04.205: W/dalvikvm(23978): VFY: unable to resolve static field 20873 (t) in Lyp;
07-10 10:22:04.205: D/dalvikvm(23978): VFY: replacing opcode 0x62 at 0x000d
07-10 10:22:04.215: I/Google Maps Android API(23978): Google Play services package version: 5084038
07-10 10:22:04.455: W/ActivityThread(23978): ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
07-10 10:22:04.475: I/dalvikvm(23978): Failed resolving Lcom/google/android/gms/location/internal/ParcelableGeofence; interface 4023 'Lgln;'
07-10 10:22:04.475: W/dalvikvm(23978): Link of class 'Lcom/google/android/gms/location/internal/ParcelableGeofence;' failed
07-10 10:22:04.475: E/dalvikvm(23978): Could not find class 'com.google.android.gms.location.internal.ParcelableGeofence', referenced from method glt.a
07-10 10:22:04.475: W/dalvikvm(23978): VFY: unable to resolve check-cast 2086 (Lcom/google/android/gms/location/internal/ParcelableGeofence;) in Lglt;

我有另一个使用地图的应用,这也受此问题的影响。我更新了ADT和我的SDK。我也尝试在eclipse中删除并重新添加Google Play Lib。我已检查并重新生成了我的API密钥信息。

0 个答案:

没有答案