Am trying to familiarize myself with Network library. Have downloaded the sample file in Network tutorial. When I start the file_transfer application on the desktop, I get message:
no connection could be made because the target machine actively refused it 127.0.0.1:5007
There are instructions in the tutorial that seems to address this issue, and says:
This is done by issuing "adb forward tcp:5007 tcp:2222"
What does this mean by "issue" the command. I tried in a command line but apparently that is not what it means. I am connecting to device through B4A bridge.
no connection could be made because the target machine actively refused it 127.0.0.1:5007
There are instructions in the tutorial that seems to address this issue, and says:
This is done by issuing "adb forward tcp:5007 tcp:2222"
What does this mean by "issue" the command. I tried in a command line but apparently that is not what it means. I am connecting to device through B4A bridge.