Unable to attach debugger in Android Studio - localhost:8600 java.net.ConnectException

前端 未结 11 2079
不思量自难忘°
不思量自难忘° 2021-02-07 00:35

I cannot attach the debugger in Android Studio while running debug on a phone.

I’m currently using a Samsung S4, running Android 4.4.4 (but have tried an S5, S6, S7, and

11条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 01:34

    Try using below commands on terminal-

    1. adb kill-server

    2. adb start-server

    It works well.

提交回复
热议问题