I am working with locations and google maps, Its working fine when I am using the application on a android device. But I am not able to load the maps on emulators. I also tried Android Player and when I am loading the maps,it is not able to find the current locations. Can anyone help me on this?
After a long research, I found some solution for my problem. I tried using Genymotion emulator, which seems to be the best emulator for testing apps on emulator, it works like a physical device connected with USB. It is also very fast as compared to the built in emulators with android sdk.
I followed following steps to make maps and locations work on my emulator:
And now I can see my map working
Note - Sometimes the network setting like proxy and firewalls also create issue in fetching locations so need to check that also.