Wireless debugging adb root module, display more one device/emulator

Debug adb over wireless

Then adb connect 192.168.6.154:port

Return conneting means the connection is successful

Then adb root for root permissions, after adb root, the Android device will change the port number

if adb connect 192.168.6.154:prot-new

will show more one device/emulator

Because the local computer is still connected to the last port port device

Need to execute adb disconnect 192.168.6.154: port first

Then execute adb connect 192.168.6.154 again: prot-new

Guess you like

Origin blog.csdn.net/qq_40715266/article/details/130686524