Android devices use network connection debugging

Source: Internet
Author: User

Recently encountered a problem, no USB interface how to make Android device connected to the PC? Later colleagues told me that the original can use the network to connect it, so debugging up more convenient, fortunately there is a network port to provide connectivity. In fact, it is very simple, just add the following sentence to the System/build.prop file:

service.adb.tcp.port=5555
Enter the serial terminal

[Email protected]:/$ su[email protected]:/# VI System/build.prop

Since System/build.prop is a system file and requires the root user, all input SU commands are switched to the root user and you can see that the root user is marked with "#".

Android Device network connection is good, you can view the network IP address of the device, view access: "System Settings", "Ethernet Settings", "Ethernet"

Network ip:192.168.0.117

Connection :

Go to cmd Command box and enter ADB connect 192.168.0.117


Connect the device, all the ADB commands can be used, and Android application debugging is also convenient, the same can be used for USB debugging, download apk and see Logcat printing information.

Verification :


Note :

Every time you restart your Android device, you need to enter the command to reconnect the device with the ADB connect IP address




Android devices use network connection debugging

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.