macbook adb cannot open interface

前端 未结 6 1059
广开言路
广开言路 2020-12-01 01:39

I am encountering a problem with Android ADB debugging through USB.

Using Macbook Air 2013 and trying to connect Nexus 6 dev phone.

On the MAC Android Studio

6条回答
  •  独厮守ぢ
    2020-12-01 02:37

    I ran into this error as well, and it turned out that the problem for me was that a Stetho tab was open in Chrome (i.e. a tab at URL chrome://inspect/#devices ), which I guess was causing the device to be in use. Closing that tab, then running adb kill-server, made adb devices work again.

提交回复
热议问题