google map is not displayed ,in this i am generate new md5 key also but it is not coming.instead of map boxes and zoom buttons r coming
I am using this layout:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/frame"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<com.google.android.maps.MapView
android:id="@+id/map"
android:apiKey="0Hk8f49CqFaKR6GAiakhaQ5qAbrmcWXM4WLjV1A"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true" />
</LinearLayout>