我正在努力将谷歌地图集成到我的安卓应用程序中。
它工作正常。
但是,几天后我的地图没有显示,我不知道为什么?
有人可以建议我为什么吗?
我没有更改代码中的任何内容。
提前致谢。
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey=""/>