调试节点的Google Map api密钥

时间:2013-04-18 11:10:41

标签: android google-maps

我写了一个android应用程序。我使用了GoogleMap。代码是真的。它正在执行没有任何问题。但我的布局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密钥。我不会将应用程序上传到Android市场。

3 个答案:

答案 0 :(得分:0)

您执行与使用真实密钥相同的步骤。但是,不使用应用程序的发布密钥库,而是使用位于以下位置的默认/调试密钥库:users\xx_your_name\.android\debug.keystore

Google mapsv2的所有内容都是here。查看获取API密钥

答案 1 :(得分:0)

在此处注册以获取地图的GOOGLE API密钥

<强> https://developers.google.com/maps/signup

此页面还可以帮助您为Google地图生成API密钥: -  的 https://developers.google.com/maps/documentation/android/

答案 2 :(得分:0)

使用Google地图v2。较旧的密钥已于3月弃用。使用SHA-1在谷歌控制台注册。

https://code.google.com/apis/console/

https://developers.google.com/maps/documentation/android/start

优秀教程适用于谷歌地图v2

http://www.vogella.com/articles/AndroidGoogleMaps/article.html