签署地图应用程序android

时间:2011-09-22 13:57:51

标签: android google-maps signing

我在andoid上创建了我的第一个应用程序,它是一个内置谷歌地图的应用程序。我看过some articles,我不明白。

我没有任何密钥库或密钥工具。我如何签署我的应用程序?什么是程序?我首先使用选项create new keystore导出已签名的应用程序,然后获取新的Maps API密钥,然后在我的apk文件中更改地图密钥或什么?

以下是我的调试Maps API密钥:

<com.google.android.maps.MapView 
                    android:id="@+id/mapview"
                    android:layout_width="fill_parent" 
                    android:layout_height="wrap_content"
                    android:clickable="true"                 
                    android:enabled="false"                                     
                    android:layout_alignParentTop="true"
                    android:layout_above="@+id/seekBar1" 
                    android:layout_weight="5"
                    android:apiKey="0djE6Z-QX918E3HmDriPn2hxyzFD0kzduhFbiaQ" >              
                </com.google.android.maps.MapView>

2 个答案:

答案 0 :(得分:2)

选中此Creating Signed Application以使用发布密钥为您的应用签名。

按照所有步骤进行..

如果您发现任何困难,请告诉我。

感谢Venky ..

答案 1 :(得分:0)

http://developer.android.com/guide/publishing/app-signing.html

这是答案

keytool.exe位于java_jre / bin / keytool.exe