I'm trying to connect my Android to PC for file transfer using the respective AsyncStreamsObject Example programs on the PC side and the Android side.
I've open a port (Windows 7 ) under TCP protocol and use that port number in the Android program.
I get the following error: "libcore.io.ErrnoException; fcntl failed EBADF (bad file number)" when I try to connect from my Android.
Looking for some help please!
I've open a port (Windows 7 ) under TCP protocol and use that port number in the Android program.
I get the following error: "libcore.io.ErrnoException; fcntl failed EBADF (bad file number)" when I try to connect from my Android.
Looking for some help please!
Last edited: