Android Question Frequent error message when starting in debug mode

strupp01

Active Member
Licensed User
Longtime User
If I compile my program in release mode and then start it, it works without errors.

However, if I start this program in debug mode, it often aborts (at least every 2 or 3 times) with an error message.

Error message 1:
Fehlermeldung1.png


Error message 2:
Fehlermeldung2.png


Can someone explain to me based on these error messages why this is the case and how I can stop it?

Greetings strupp01
 

strupp01

Active Member
Licensed User
Longtime User
Thanks Erel for your tip. I still don't understand why there shouldn't be a connection so often. Try the Windows Firewall
turn off temporarily.
I'll post logs correctly soon.

Greetings strupp01
 
Upvote 0

fbritop

Active Member
Licensed User
Longtime User
You should always restart the USB connection if the phone gets disconnected from USB cable (or loose cable), the ADB (Android Debug Bridge) gets dizzy.
 
Upvote 0
Top