【发布时间】:2015-02-19 10:20:32
【问题描述】:
我将https://gist.github.com/joshdholtz/4522551 中的代码添加到我在 Eclipse 中的 Android 应用项目中。
在我的主要活动中,我添加了 SomeFragment fragment = new SomeFragment();但我的应用程序中的地图仍然不可见。只有灰色网格。
我必须做什么才能显示地图?
我正在使用 MapView,因为 android:minSdkVersion="8" 在我的应用中是必须的。
【问题讨论】:
标签: android google-maps-android-api-2 android-mapview android-maps