i am using the signed mapkey and its showing map on emulator but not on device.
i got this mapkey by using the keytool command which i have seen on a forum.
what is the map concept to show map on device.
thanks in advance
MY XML CODE
Using xml Syntax Highlighting
- <?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
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/mapview"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:clickable="true"
- android:enabled="true"
- android:apiKey="0KJJIdExMRcJNjMbh9QPCq0LpVzN6BwFaL_f-DA"
- />
- <LinearLayout
- android:id="@+id/zoomview"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@id/mapview"
- android:layout_centerHorizontal="true"
- android:layout_alignParentBottom="true"
- />
- </RelativeLayout>
Parsed in 0.003 seconds, using GeSHi 1.0.8.4




