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

后端 未结 16 1323
刺人心
刺人心 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:18

    After 8 hours on this problem I feel obliged to share the cause. My /etc/hosts was bad.

    Make sure you can ping localhost and that it is defined to 127.0.0.1. AS expects to connect to localhost:8600.

提交回复
热议问题