Pinki
Pinki

Reputation: 21929

Google map not displayed in android

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>

Upvotes: 1

Views: 7315

Answers (7)

sreekanth
sreekanth

Reputation: 1

No need of creating a new keystore when we don't get the maps with the debug keystore u can delete it and and relaunch the eclipse this will create a new debug keystore.. but we have to newly create the application becausethe previous app will not work with the new certificate.

Upvotes: 0

user1381420RKS
user1381420RKS

Reputation: 149

Following Link is helpfull.

This is the perfect link for begining of google map programs

Upvotes: 0

pras
pras

Reputation: 11

When exporting a project there is one field keystore there in that field give the path of the file where you have put that API key then it will work. I also have faced same problem and I had worked out for 4 days to reach that.

Upvotes: 1

user1201640
user1201640

Reputation: 11

Also,ensure that you are not behind a proxy.If you are behind a proxy server, your map will not load.There is no problem with your layout.

Upvotes: 1

Jorgesys
Jorgesys

Reputation: 126563

hi Sairam this was useful for me! step by step

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

Jorgesys

Upvotes: 4

Jeremy Logan
Jeremy Logan

Reputation: 47514

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.

Upvotes: 0

Jeremy Logan
Jeremy Logan

Reputation: 47514

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

Upvotes: 1

Related Questions