tags:

views:

347

answers:

3

google map is not displayed ,in this i am generate new md5 key also but it is not coming.instead of map boxes and zoom buttons r coming

I am using this layout:

<LinearLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:id="@+id/frame"
   android:orientation="vertical"
   android:layout_width="fill_parent"
   android:layout_height="fill_parent">
   <com.google.android.maps.MapView
      android:id="@+id/map"
      android:apiKey="0Hk8f49CqFaKR6GAiakhaQ5qAbrmcWXM4WLjV1A"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent" 
      android:clickable="true" />
</LinearLayout>
A: 

Why don't people ever search (or read the directions)? This has been covered exhaustively in the past... a 5-second Google search of this site returned: Link 1, Link 2, Link 3, Link 4

fiXedd
+1  A: 

hi Sairam this was useful for me! step by step

How-To-Set-Up-an-API-Key-for-Google-Map

Jorgesys

Jorgesys
A: 

If you "did everything properly" it would be working. I gave you links to where this has been covered in-depth the first time you asked this question.

Please stop posting the same question over and over again, this is the third time in less than 24 hours.

fiXedd