How to get google maps api key for android,我已经阅读了多篇文章但没有成功。
我看代码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:apiKey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
android:clickable="true" />
所以我的问题是如何从谷歌获取 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?请给我一步一步,谢谢。
谢谢。