I need my app to connect to a PC via USB cable and continuously send/receive data.
I wanna use ObjectInputStream/OutputStream
for this.
Is TCP the only way?
Is the only way to have ADB installed and use ADB forward for this? Can't I transfer data without the user to have ADB installed?
Thanks.