0

I use Eclipse and Android SDK to develop apps for android,recently i wrote a program to show a map on it, it works fine on real device but it don't show any map on emulator.

I check the emulator internet connection and it works and i checked the browser on emulator and it works and i checked the Google map app on the emulator and it show me an black page.

I think about a graphical library or something would be missing, is it possible ? what can i do to correct it?

PS:

1-I use Google APIs 4.2.2 image.

2-I know there are many emulator but they don't works with DDMS on Eclipse.for example DDMS can't send GPS location or SMS to theme or call theme.and i want some log system like LogCat.

Shombol-shagol
  • 73
  • 1
  • 10

4 Answers4

1

You have to use genny motion . Its works like real device.

http://www.genymotion.com/

android genymotion vs emulator

Community
  • 1
  • 1
duggu
  • 35,841
  • 11
  • 112
  • 110
0

use the following steps to make avd for s4 or any type:withe help of genymotion third party pulgin:

download first genymotion https://cloud.genymotion.com/page/launchpad/download/

cmd for install genymotion http://schier.co/post/install-genymotion-2.0-in-ubuntu

then: The installation of the plugin can be done by launching Eclipse and going to "Help / Install New Software" menu, then just add a new Update Site with the following URL: http://plugins.genymotion.com/eclipse.

installing the google play service from the following : http://blog.zeezonline.com/2013/11/install-google-play-on-genymotion-2-0/

Ravind Maurya
  • 2,489
  • 18
  • 27
0

Genny Motion is the best solution by far and had almost all features a developer needs.

But the reason that i cant see the map is the time i should wait and https protocol which is don't work properly in our country because of it's encryption ,it seems it took a while to appear a map, i left the program to eat dinner , when i came back it appears !!! but Google map App still don't work , maybe it needs time too.

Shombol-shagol
  • 73
  • 1
  • 10
0

Emulator does not having gps hardware to run google map, that the reason it's showing blank, To run Map we need both a internet and gps as well.