I got issue on google map integration. This is my code to view google map.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent">
<view android:id="@+id/mapView"
class="com.google.android.maps.MapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:enabled="true"
android:clickable="true"
android:apiKey="0yNPIHMsyaw9rC_EpvaP333qD588HC16sA_C39A"/>
</RelativeLayout>
When i load this application locally map showing in all mobiles except Nexus phone. We uploaded application into Android market. But map not showing any of the android mobiles.
Can any one help me? Need to show map in all android version. Thanks in advance.