Potential duplicate of http://stackoverflow.com/questions/2279647/how-to-emulate-gps-location-in-the-android-emulator
– Kurtis NusbaumOct 27 '11 at 14:02
2 Answers2
0
enable GPS in for your emulator and then in DDMS left bottom corner is longitude and latitude, put your values and press send.
My activity start the service, when the activity still alive, GPS data can get through. But once my activity terminated (Service still alive) GPS data unable to send through.
– SPTinOct 27 '11 at 14:12