0
對不起,如果問題是愚蠢的,但我是新來的android,我需要把地圖放在我的android應用程序。我看了看網上和我跑keytool.exe的,並得到鑰匙,但是當我運行程序的時候,粉碎,谷歌地圖問題 - 不開始
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mainlayout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<com.google.android.maps.MapView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apiKey="0WR3Cl0evv0U6G2xH9ZnvEFYbDiSDUu_GRovTUQ"
/>
</RelativeLayout>
我不知道什麼是錯。我在應用程序標記中加入了清單,就像我在網上看到的一樣。這就是我需要做的或者我做錯了什麼?我逃脫了一些步驟?
什麼logcat的說?堆棧跟蹤? – 2010-11-02 02:21:46