When I run the project "Chapter 8 Where Am I 1 and 2 " (downloaded code from
www.wrox.com) on Eclipse, it says "Your current position: " and "No Location found".
I have tried like this procedure several times.
1. Run Where am I 1
2. Open Emulator controls -> Location Controls -> Manual, the button "Send"
3. There is no response
And I telnet into the emulator console as follows:
telnet localhost <5554>
Then type the following command to set a default location:
geo fix -121.45356 46.51119 4392
Next time I run the WhereAmI , but results were same.
and I deleted the DDMS and the ADT, and have reinstalled them. But the results are same as before.
What's the problem?