谷歌地图API抛出不同的未找到的警告

时间:2014-07-08 17:21:54

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

我正在开发一款应用程序,该应用程序利用Google的Map& Places API。直到最近,当我开始在Logcat

中收到这些警告时,情况一切都很好
07-08 22:12:18.211: I/dalvikvm(19631): Failed resolving Lcom/google/android/gms/location/internal/ParcelableGeofence; interface 4023 'Lgln;'
07-08 22:12:18.211: W/dalvikvm(19631): Link of class 'Lcom/google/android/gms/location/internal/ParcelableGeofence;' failed
07-08 22:12:19.956: W/dalvikvm(19631): VFY: unable to resolve static field 4203 (CREATOR) in Lcom/google/android/gms/location/internal/ParcelableGeofence;

并且应用程序也会遇到某些我未定义的断点:

Source Not Found
public class dalvik.system.BaseDexClassLoader extends java.lang.ClassLoader {

但是,在恢复断点后,应用程序继续,没有错误。但我继续面对谷歌地方和Plus API连接问题,可能与此有关,也可能与此无关。

任何可以解释我如何解决此问题和警告的人?

0 个答案:

没有答案