Possible Duplicate:
How to emulate GPS location in the Android Emulator?
I'm struggling with activating the GPS functionality in the Android Emulator (Eclipse)
I wrote a test program for getting the current location. It's working on my Android Phone.. so I'm sure the app is working.
If I'm testing the program in the Android Emulator from Eclipse... nothing is happening! What am I missing?
I already added GPS support in the AVD I know the Emulator control... but nothing is happening in the app.
Do I need to install some extra futures in the SDK?
I hope someone can point me in the right direction!
With the emulator running, do a
telnet localhost 5554
to connect to the emulator. Then you can do several commands, for example:
geo fix (longitude) (latitude)
That command instructs the emulator to behave as if the phone was at those location (basically fake the GPS coordinates).
You can use google maps feature called "drop latlong marker" to get GPS coordinates for a particular place.
You just need to send latitude and longitude via Emulator Control under DDMS, no need to other things. pretty simple:)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With