Google マップを Android アプリに統合する作業を行っています。
正常に動作していました。
しかし、数日後に地図が表示されなくなり、その理由がわかりません。
誰かが私に理由を提案できますか?
コードは何も変更していません。
前もって感謝します。
<?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=""/>