[android-developers] Re: Map not Displaying, Just tiles only

2009-04-14 Thread patrick
Did you add the apiKey in your mapview? On Apr 13, 9:11 pm, Nithin wrote: > i did both these already... > > my i got map API and put all permissions in manifest > > > android:name="android.permission.ACCESS_FINE_LOCATION" /> >   > > still its showing his error, what may be the reason.. > > T

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-14 Thread Nithin
Thanks a lot Charlie Collins, What is the mistake I did is, I already have the MAP API key, but in my XML, some letters of the key are missing, After you said, I again checked and found out that. Now perfectly alright. Thanks Nithin On Apr 14, 4:23 pm, Charlie Collins wrote: > I can use maps f

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-14 Thread Charlie Collins
I can use maps fine in the emulator. You have the perms right, and you are pulling in the maps application, but you didn't say whether or not you have your key, and are using it in the layout file. You do have the key though right? And in your MapView layout file you have android:apiKey with that

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread Nithin
Thanks MrChaz for your reply. So this issue is not for me alone. Earlier I put "Coarse location" only, and is not working, so I just changed to "Fine location", still its not working. I am trying this for some time. Now, I will put both and will try, want to see any difference is there. Thanks

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread MrChaz
You could try adding the permission for course location but to be honest it doesn't work on my emulator so once I got it working on an actual device I just left it. On Apr 13, 8:11 pm, Nithin wrote: > i did both these already... > > my i got map API and put all permissions in manifest > > > an

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread Nithin
i did both these already... my i got map API and put all permissions in manifest still its showing his error, what may be the reason.. Thanks Nithin On Apr 13, 11:04 pm, Charlie Collins wrote: > Also make sure you have a maps key, the error message you are getting > look unrelated, but j

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread Charlie Collins
Also make sure you have a maps key, the error message you are getting look unrelated, but just check that to make sure. http://code.google.com/android/maps-api-signup.html On Apr 13, 1:17 pm, nithin warier wrote: > Hi, I tried to display map in emulator. But its showing just tiles only. I > am

[android-developers] Re: Map not Displaying, Just tiles only

2009-04-13 Thread MrChaz
Have you added the INTERNET permission? On Apr 13, 6:17 pm, nithin warier wrote: > Hi, I tried to display map in emulator. But its showing just tiles only. I > am attaching the screenshot and the log message is like this. > > 04-13 22:30:06.934: INFO/ActivityManager(48): Start proc org.me.map fo