I connect my tablet android galaxy 2 to my pc for debug my application with eclipse, it runs good but I am trying to simulate the location in a google map that I included into my app.
I try with gps android simulator and seems that it connect to the port (8600 in my case) it sends the location but nothing happens. And for example with the port 5554 says that it can't connect.
After that, I tried with telnet: telnet localhost 8600
but it did nothing, it did like a "clear" in console.
I have search on internet but I didnt found an answer.
I checked:
- manifest:
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
- Android device settings to enable simulate location.
I am very frustated with it because I need it. Thanks for your replys.