Debugging with Android Studio stuck at "Waiting For Debugger" forever Debugging with Android Studio stuck at "Waiting For Debugger" forever android android

Debugging with Android Studio stuck at "Waiting For Debugger" forever


Just use this command to disable it.adb shell am clear-debug-app


On some machines/projects the debugger do not attach automatically so you need to attach it manually (studio menu -> Run -> Attach debugger to Android process)


Restarting Testing device fix the issue for me.