ADB Debugging Tools Learning Notes

Source: Internet
Author: User

The ADB debugging tool, which is part of the Android SDK, has recently been used, but most of the online introductions are vague, and one of the uses of ADB is that it can be installed directly into the Android system, such as using the ADB install X.APK can be installed in the x.apk Android system, the ADB command there are many, the internet has a lot of information, here do not introduce more. (Search the ADB command, you can find it)

The latest Android SDK inside is no ADB, the general adb in the Android file under the Platform-tools folder, if not, it should be no adb. In the face of this situation, you can find the updated method on the Internet, the specific solution, you can search why the Android does not have ADB? You will find the relevant documentation. The impression appears to be running under the Tools folder of the Android SDK. Andriod updata adb. But I did so, did not solve the problem, but I went to download the older version. Baidu Search android-sdk-linux_x86.tar.gz can find a lot.

After you find the tar xvf decompression, go to the Platform-tools folder and you can see the adb file. There are many documents on the Internet that need to configure the environment variables of ADB, but I found that in this folder, directly./ADB can run this tool.

Through the ADB background install apk to Android can be via USB link, also can through the WiFi, through the USB cable installation, here is not much said, online a lot. Introduced under WiFi installation, such as the mobile phone and virtual machine together with a WiFi, You need to run an apk called siir.es.adbWireless.apk on your phone, running this apk requires super privileges, the phone's IP and port number will be displayed on the mobile phone, and then run under the Platform-tools folder in the virtual machine's Linux system. /ADB Connect phone IP: Phone port, you can connect to the phone, and then run the./ADB install x.apk can be installed on the phone in this directory the day after tomorrow, do not need to download. At present, just contact ADB, do not know much.


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.