You need a map key in your layout to use.

Follow the instructions at the site and obtain the map api key.

http://code.google.com/android/add-ons/google-apis/mapkey.html

And in in your layout xml file in the place you have these lines add
the map api key in the android:apikey place.

<com.google.android.maps.mapview
                                android:id="@+id/mapview"
                                android:visibility="visible"
                                android:clickable="true"
                                android:apiKey="Add your map api key here"
                                android:layout_width="fill_parent"
                                android:layout_height="fill_parent" />

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to