I am trying to connect (through TCP) to the server running on my machine from the Android device.
I have android.permission.INTERNET in my manifest file:
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
I am able to connect using emulator but trying from the device throws an error:
Android Socket: java.net.SocketException: No route to host
Can anyone please help.