Android - Maps Cannot show
问题 i wanna show google maps on my android application. show i do some basic step like this : AndroidManifest.xml <uses-permission android:name="android.permission.INTERNET" /> maps.xml <view android:id="@+id/mv" class="com.google.android.maps.MapView" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:clickable="true" android:apiKey="0cNoErXkpZDlKvCYr_OFj5xZD39-***********" /> and this is may maps class, import and onCreate method import com