android开发调试告别数据线


$ adb usb

Connect to the device over USB.

$ adb devices

Restart host adb in tcpip mode.

$ adb tcpip 5555

Find out the IP address of the Android device: Settings -> About tablet -> Status -> IP address. Remember the IP address, of the form #.#.#.#. Connect adb host to device:

$ adb connect #.#.#.#
$ adb devices


你可能感兴趣的:(android开发调试告别数据线)