开发者

google map in android emulator problem

开发者 https://www.devze.com 2023-02-02 13:03 出处:网络
instead of it displaying google map i开发者_JS百科t only display grid view. ->i followed all the steps that are in following sites examples

instead of it displaying google map i开发者_JS百科t 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


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


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...

0

精彩评论

暂无评论...
验证码 换一张
取 消