Preconfigure Android Emulator with location?
Posted
by Janusz
on Stack Overflow
See other posts from Stack Overflow
or by Janusz
Published on 2010-03-11T11:40:10Z
Indexed on
2010/04/21
22:03 UTC
Read the original article
Hit count: 201
I want to run automated tests with location on the android emulator.
I can setup coordinates via Telnet, but that means starting up a console and manually configuring the emulator before running my junit tests.
Is there a possibility to preconfigure the emulator with a KML file or something like that to ensure that there are always coordinates available?
© Stack Overflow or respective owner