Re: [android-beginners] Re: Google Map is not displaying in emulator

2010-01-04 Thread Xu Bill
hello RTFM~ :) Just read the guide below~ http://code.google.com/intl/US-EN/apis/maps/signup.html 2009/12/31 mapper sai.vaiku...@gmail.com Hi, The MapsDemo working fine. But in my app, same coding as MapsDemo, but still not working, only grids are there. I am having this problem since

[android-beginners] Re: Google Map is not displaying in emulator

2010-01-04 Thread mapper
Thanks, I have this key. But for Android development we have to get MD5 fingerprint and from that maps Api key. Which I have done with success. And mapsDemo working fine with this key. But my applicaion is not working. Any suggestion. Thanks On Jan 3, 6:51 pm, Xu Bill billfight...@gmail.com

[android-beginners] Re: Google Map is not displaying in emulator

2010-01-04 Thread John Pollard
I just had a similar problem - turns out I had the uses- permissions ... / nodes under the application node, when they should be under the manifest node. Moving them to be children of the manifest fixed the problem for me. This page was helpful too:

[android-beginners] Re: Google Map is not displaying in emulator

2010-01-04 Thread mapper
Thanks John, Its working. Thanks for the help. On Jan 4, 8:53 pm, John Pollard yeltzl...@gmail.com wrote: I just had a similar problem - turns out I had the uses- permissions ... / nodes under the application node, when they should be under the manifest node. Moving them to be children of the

[android-beginners] Re: Google Map is not displaying in emulator

2009-12-31 Thread mapper
Hi, The MapsDemo working fine. But in my app, same coding as MapsDemo, but still not working, only grids are there. I am having this problem since last 3 weeks but not get any solution. I have done lots of experiment for that but the result is same. And how to open port to internet access? Can

[android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread ZhouSu
Have you solved this problem. My situation is the same and I can't figure out why. On Dec 9, 7:03 pm, san indlasrik...@gmail.com wrote: have an odd problem.  I'm working on my first Maps application.  I'm using the demo/tutorial code as a baseline to figure this out. I have the app running, I

Re: [android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread me,Ramesh Yankati
Hi , You need to open port to internet access Regards Ramesh On Wed, Dec 30, 2009 at 9:22 AM, ZhouSu zsmarga...@gmail.com wrote: Have you solved this problem. My situation is the same and I can't figure out why. On Dec 9, 7:03 pm, san indlasrik...@gmail.com wrote: have an odd problem.

Re: [android-beginners] Re: Google Map is not displaying in emulator

2009-12-30 Thread Turnkey Builder
It's your maps key On Dec 30, 2009 10:54 PM, me,Ramesh Yankati rameshyank...@gmail.com wrote: Hi , You need to open port to internet access Regards Ramesh On Wed, Dec 30, 2009 at 9:22 AM, ZhouSu zsmarga...@gmail.com wrote: Have you solved this probl... -- You received this message because