2011-08-23 45 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与调试键。你可以使用这个应用程序一年。

相关问题