I've this one app with which the Debugger fails to connect or identify each time.
When I click on the Debug button new debug window only shows the device and not the process. I've tried running the same app on a real device and an emulator, in both cases the result is the same.
I've checked the build.gradle
file for debuggable false
, but that is not the case either. I found another post stating the same flag in manifest
file. I've looked there too.