How to disable the debugger on android

When running my app, it’s very slow and on startup it waits for the debugger to connect.

I already tried:

  • Start without debugging (Ctrl+F5)
  • Selected Release mode
  • changed android:debuggable=“false”

Nothing helped. Where can I disable debugging?

When I run it in Release mode, my device is waiting for the debugger to attach. Since, in Release mode there is no debugger, it waits forever. How to tell the app, that it should not wait for the debugger?

Thanks, logged as bugs://73459

bugs://73459 got closed with status fixed.