This code shows unbound exception,i tried all combinations.. cant ressolve !!
<com.google.android.maps:MapView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android.apikey="AIzaSyDIqLvjKi_VM7nT1DUSTzIeKDTuzPGFqrQ"/>
The entire code is:
<?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" >
<com.google.android.maps:MapView
android:id="@+id/map1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:apikey="AIzaSyDIqLvjKi_VM7nT1DUSTzIeKDTuzPGFqrQ"/>
</RelativeLayout>