Why Android Studio says “Waiting For Debugger” if am NOT debugging?

后端 未结 16 1188
刺人心
刺人心 2020-12-07 11:56

I am working with Android Studio. Since last night, when I Run my project on my device, appear the message \"Waiting For Debugger\". It is a very strange behavior because I

相关标签:
16条回答
  • 2020-12-07 12:22

    I have already solve this problem by reboot my device. It is a device issue not android studio issue.

    0 讨论(0)
  • 2020-12-07 12:26

    I fixed it by making duplicate Virtual device after wiping existing Virtual device.

    0 讨论(0)
  • 2020-12-07 12:28

    I've ran into this issue in the past and again today. In my case the problem is resolved by a device reboot. After a clean boot I can again run the application and the "Waiting for Debugger" prompt does not appear.

    0 讨论(0)
  • 2020-12-07 12:28

    My PC was running low on memory and this problem appeared quite often. Fix was to free up more memory by deleting old files/apps. I notice that running emulators like Android TV tend to need a lot of memory for them to run predictably

    0 讨论(0)
  • 2020-12-07 12:29

    faster than rebooting is Just go to developer options and switch it off and on again (dont forget to check usb debugging option too), worked for me(Neuxs5).

    0 讨论(0)
  • 2020-12-07 12:32

    Without restarting the device, I was able to fix this issue by going to "Developer Options" and then first "disabling" and then "enabling"-

    1. USB Debugging
    2. Wireless ADB Debugging (Since I debug over the Wifi)

    0 讨论(0)
提交回复
热议问题