Debugging with Android Studio stuck at “Waiting For Debugger” forever

前端 未结 29 2476
甜味超标
甜味超标 2020-12-04 08:36

UPDATE The supposed duplicate is a question on being stucking in \"Waiting For Debugger\" when executing Run, while this

29条回答
  •  再見小時候
    2020-12-04 09:24

    This problem occurs when you open more than one instance of Android studio, so you need to attach the debugger manually like mentioned above.

    You may need to close other instances of Android studio.

提交回复
热议问题