【发布时间】:2013-04-20 12:47:22
【问题描述】:
我写了一个安卓应用程序。我用谷歌地图。代码是真实的。它正在执行没有任何问题。但是我的布局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 密钥。我不会将应用程序上传到安卓市场。
【问题讨论】:
-
我猜,google 会为你提供 api 密钥..
-
但我不会将此应用程序上传到市场。只有我想看地图。
标签: android google-maps