[android-beginners] Re: Map Frustrations

2008-11-11 Thread [EMAIL PROTECTED]
Did you get the maps api key from android site? I had same problem just showing grid screen but found out that i was using standard web maps api key not the ones for android. If it's your case as well, go to http://code.google.com/android/toolbox/apis/mapkey.html. Hope it helps. HL On Nov 5,

[android-beginners] Re: Map Frustrations

2008-11-05 Thread Dennis Wilmsmann
On 4 Nov., 23:42, shubaduaaa! [EMAIL PROTECTED] wrote: I don't believe I have proxy enabled.  How can I check? Check your browser settings. If there are no proxy servers set, you probably don't need a proxy. ;) Other approaches on your problem: - Have you added uses-library

[android-beginners] Re: Map Frustrations

2008-11-05 Thread shubaduaaa!
Oh, gottcha. I thought android had some sort of proxy setting. My standard internet connection doesn't use proxy. Any other Ideas? On Nov 5, 2:52 am, Dennis Wilmsmann [EMAIL PROTECTED] wrote: On 4 Nov., 23:42, shubaduaaa! [EMAIL PROTECTED] wrote: I don't believe I have proxy enabled.  

[android-beginners] Re: Map Frustrations

2008-11-04 Thread Mark Murphy
shubaduaaa! wrote: I'm new to android development and wanted to try out some of the lbs features. However, I can't seem to get the basic map to load properly. I get the infamous grid. I've registered an apiKey and have implemented it, as well as added most of the suggested permissions.