0

instead of it displaying google map it only display grid view.

-> i followed all the steps that are in following sites examples http://mobiforge.com/developing/story/using-google-maps-android or http://www.androidpeople.com/android-google-map-application-example/

-> i also set the proxy server run --> run configuration.. --> myapplication-->target tab--> additional command line

            -http-proxy http://192.68.100.101:8080/


 Still i am not getting the google map.

NOTE: i tried this in my mobile it works fine but not display in android emulator.

where i made mistake plz help me.

thank in advance

Vikas Patidar
  • 42,865
  • 22
  • 93
  • 106
Hiren Dabhi
  • 3,693
  • 5
  • 37
  • 59
  • possible duplicate of [google map not showing after publishing android application?](http://stackoverflow.com/questions/2362913/google-map-not-showing-after-publishing-android-application) – Mathias Conradt Jan 06 '11 at 06:45
  • with http proxy set in emulator as you specified, try accessing internet from the browser available in the emulator to make sure you are getting internet connection there – Sarwar Erfan Jan 06 '11 at 06:58

2 Answers2

1

This has been asked very often here on SO, please try the search on SO:

https://stackoverflow.com/search?q=%5Bandroid%5D+map+not+showing

Community
  • 1
  • 1
Mathias Conradt
  • 28,420
  • 21
  • 138
  • 192
0

Check whether internet connection is available or not on your emulator by using any browser on it. This bugs basically comes under following possibilities

  1. No internet Connection
  2. Invalid Map Key

After checking these steps, try running your app again. If you know any other possibilities, share with this...

keyser
  • 18,829
  • 16
  • 59
  • 101