目前,我正在使用google map api V2使用"com.google.android.gms.maps.MapView".将地图显示到我的应用程序中。我的问题是,当特定的设备没有"google服务“安装时,”Google“按钮就会显示"MapView”。但是当我点击那个按钮时,应用程序就会被迫关闭,错误“NoActivityFindtoHandinat
如果在我的片段的onCreateView中有以下两行: mMapView.onCreate(savedInstanceState);onCreate(Bundle) is undefined for the type MapViewimport com.google.android.maps.MapView<