Android Question Waiting for IDE debugger to connect.

Marko Druskovic

Member
Licensed User
Longtime User
I get toast msg in Release mode "Waiting for IDE debugger to connect" every time when I
click on EditText or open CustomDialog. I also try to unplug USB, but didn't help. :/
 

DonManfred

Expert
Licensed User
Longtime User
Compile your app in Release mode and run it again.
Debug can only work corectly if the IDE is connected and you run the app from the IDE.
 
Upvote 0

Marko Druskovic

Member
Licensed User
Longtime User
Compile your app in Release mode and run it again.
Debug can only work corectly if the IDE is connected and you run the app from the IDE.

I uninstalled all my apps and now it is working. I think that problem was in Service module where I put listener for notification messages.
 
Upvote 0
Top