尝试显示Google Maps v2时出现ClassNotFoundException

时间:2013-03-11 16:12:58

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

我正在尝试显示MapFragment,当我在调试模式下运行项目时,我在地图尝试加载时看到ClassNotFoundException。 (没有书面文件写入

我唯一看到的就是logcat中的这个警告

03-11 11:58:52.465: W/dalvikvm(16989): VFY: unable to resolve static field 1363 (common_google_play_services_install_title) in Lcom/google/android/gms/R$string;

当我在调试模式中查看错误时,看起来它正在寻找类com.google.android.gms.R$string

它甚至没有点击onCreateonCreateView中的断点,但地图确实已加载。问题是调用getMap()总是返回null

我认为这与谷歌播放服务有关,因为如果我打电话

GooglePlayServicesUtil.isGooglePlayServicesAvailable(this); 

我遇到了同样的问题。我知道我的平板电脑上安装了谷歌播放服务,所以我不知道问题是什么?

0 个答案:

没有答案