Hi developers,

If u r having net with you go to the android sdk and check the third
party adons and then you will get list of google apis with version,
select ur version and thenn select install. for map view

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:apiKey="Your Maps API Key key"

u have to generate the map key by using commands by using java key
tool u will get application key and then post that key in google then
u will get the map key that key u need to post in apikey

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

Reply via email to