UPDATE The supposed duplicate is a question on being stucking in \"Waiting For Debugger\" when executing Run, while this
Sometime it's due to the fact that in the build.gradle configuration you have to set the node:
debug { debuggable true }
Change it back to false when you have to prepare the signed apk.
Regards