Marko Druskovic Member Licensed User Longtime User May 2, 2017 #1 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. :/
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 May 2, 2017 #2 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
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.
Marko Druskovic Member Licensed User Longtime User May 2, 2017 #3 DonManfred said: 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. Click to expand... 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
DonManfred said: 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. Click to expand... 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.
DonManfred Expert Licensed User Longtime User May 2, 2017 #4 Marko Druskovic said: I think that problem was in Service module where I put listener for notification messages. Click to expand... No. The pproblem was that you are starting a app which was compiled in debug-mode instead of Release. Upvote 0
Marko Druskovic said: I think that problem was in Service module where I put listener for notification messages. Click to expand... No. The pproblem was that you are starting a app which was compiled in debug-mode instead of Release.