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

前端 未结 29 2452
甜味超标
甜味超标 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:15

    After click on run icon. If it stuck at waiting for debugger means it is not attached to the app. You have to manually attach by clicking on Attach Debugger to Android process. It is on the right side of run icon. I had focus this icon in linked image.

提交回复
热议问题