Android用のGoogleマップAPIキーを取得する方法、私は複数の記事を読みましたが、成功しませんでした.
私は以下のようにコードアンドロイドを見て:
<?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:apiKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
android:clickable="true" />
では、Google から xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx を取得する方法について質問します。一歩ずつ教えてください、ありがとう。
ありがとう。