我写了一个安卓应用程序。我用谷歌地图。代码是真实的。它正在执行没有任何问题。但是我的布局xml有问题。代码在这里。
<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="????"
我在哪里可以获得调试节点的 api 密钥。我不会将应用程序上传到安卓市场。