2011-08-23 75 views

回答

1

創建您的debug.keystore一個映射鍵,並用它在你的MapView。

0

首先創建一個maps key here。 插入您的地圖視圖是這樣的:

<com.google.android.maps.MapView 
     android:id="@+id/mv_circuit_search_google_maps" 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:clickable="true" 
     android:apiKey="YOURMAPSKEY" /> 

如果你想發送應用程序到另一個設備去你PROJEKT在文件系統中,進入該文件夾倉。 有你的.apk與調試鍵。你可以使用這個應用程序一年。

相關問題