Can't debug an Android app. When I click on the Debug button, the app starts but it freezes at the first screen. This happens only when I debug the app, if I just run the app everything works fine. I tried to run the app first and then attach debugger to Android process but it did not help.
I can't figure out what the problem is. What can slow down debugging? Tried all these solutions stackoverflow1, stackoverflow2, intellij-support
The app has pretty big codebase. I can provide any additional info if needed. Thank you for your help!