其他分享
首页 > 其他分享> > android-SherlockActivity中的MapView

android-SherlockActivity中的MapView

作者:互联网

我的MainActivity扩展了SherlockActivity以在具有较低Android版本的设备上实现操作栏.
我想在MainActivity中显示一个MapView,但是显然我需要MainActivity来扩展MapActivity:

E/AndroidRuntime(2955): Caused by:
java.lang.IllegalArgumentException: MapViews can only be created
inside instances of MapActivity.

MapView是从xml文件放大的.

我该怎么做?

解决方法:

您应该为ActionBarSherlock安装地图插件,并大概使用它.请参阅http://actionbarsherlock.com/download.html的“ Google地图”部分.

标签:actionbarsherlock,android-mapview,android
来源: https://codeday.me/bug/20191101/1981626.html