09_platform-tools Introduction & Common adb directives

Source: Internet
Author: User


The folder description under the SDK
Add-ons some information attached to the attachment.
Docs Android-developed Help files.
Extras supported jar packages, high version compatible with the base version. Google USB driver.
Platforms stores Android's development environment.
Platforms-tools Some of the tools you need to use when developing. (also some tools of the system.) )

Introduction to 12_ common ADB directives
Adb.exe:android Debug bridge for Android debugging.
ADB devices view all connected devices
Reset ADB Restarts the Debug Bridge of ADB.
adb kill-server kills ADB debug bridge
ADB start-server enable ADB debug bridge


View a program that occupies a port name on your computer.
Netstat-ano
Foreign Address is 127.0.0.1:5037 by PID for 788 process with
Then open Task Manager to find the corresponding application according to the PID.
If the PID column is not found, then click the Select column to check the PID

ADB install xxx.apk installs an application.
Adb-s Device ID number (view via ADB devices) Install XXX.APK installation applies to the specified device.
ADB Uninstall < package name >

The ADB pull file name exports a file from your phone.
The path on the ADB push file name on the phone. Import a file to your phone.

The ADB shell enters the phone terminal.

09_platform-tools Introduction & Common adb directives

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.