Android ADB Usage

Source: Internet
Author: User

The ADB full name is Android Debug Bridge, which is the role of the Debug bridge. Used to manipulate Android devices.

Read Catalogue

What's the use of ADB

With the ADB tool, we can manage the status of the device or phone simulator, and can do a lot of phone operations, such as installing software, system upgrades, running shell commands and so on, in short, the ADB is connected to the Android phone and PC-side bridge, Allows users to fully operate the phone on their computer

ADB download

The ADB tool exists in the SDK or can be downloaded separately in the Http://pan.baidu.com/s/1o8vjrPw

Configure environment variables after download

ADB devices

View the currently connected device, the Android device that is connected to the computer, or the emulator will list the display

ADB install (Installation software)

This command installs the specified APK file on the device

ADB uninstall (uninstall software)

ADB uninstall < software name >

ADB uninstall-k < software name >

If you add the-K parameter to uninstall the software but retain the configuration and cache files

ADB shell (Login shell)

This command will log on to the device's shell, followed by a direct run of the device command, equivalent to executing a remote command

ADB push (send file to device from PC)

ADB Push < Local path > < remote path >

Use the push command to copy files or folders (on your phone) to your local computer

ADB Pull (download file to PC)

ADB push < Remote path > < local path >

Use the pull command to copy files or folders on your device (phone) to your local computer

ADB help (show helpful information)

This command will display the Help information

Android ADB Usage

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.