AndroidStudioで画面にMapを表示させたいです。
GoogleMap projectからプロジェクトを作成し、APIキーを作成して実行しましたが、
エミュレーター上の画面の左下にはGoogleの文字が表示されていますが、地図の画像は表示されません。(エミュレーターの画面を下に載せています)
触ったのは、google_maps_api.xmlのファイルのみで、作成したAPIキーをYOUR_KEY_HEREの部分に入れて、実行しました。
logcatにエラーメッセージ等は出ていない状態です。
画面にMapを表示させるためには、他に何か設定等しなければいけないのでしょうか。
Activity_maps.xmlのファイルで、
xmlns:tools="http://schemas.android.com/apk/res-auto"
の部分がグレーアウトされた状態になっています。
この部分が何か影響している可能性はあるのでしょうか?
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/map" android:name="com.google.android.gms.maps.SupportMapFragment" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MapsActivity" />
あなたの回答
tips
プレビュー