Android Question [Solved] Error - 'Caused by: java.io.EOFException' When using USB Debug mode

MrKim

Well-Known Member
Licensed User
Longtime User
Just thought I would mention, I was getting the above error using USB to connect rather than wireless and the answer was HERE
The solution is to remove ALL breakpoints before running.
I prefer USB debugging sometimes because it doesn't ask me if I want to install an update and doesn't ask me if I want to run the program, it just runs.
 
Top