Commands commonly used by DOS, ADB, and shell

Source: Internet
Author: User

First, the meaning of the ADB

the full English name of ADB is Android Debug Bridge, which is Android debugging bridges; theadb executable is stored in the Android SDK, so you will need to download and install the Android SDK tool with the ADB command, and configure the environment variables for the Android SDK.

Ii. client and server interpretation of ADB

The client is running on our development machine, through the ADB command can invoke the client from the shell, other Android tools such as ADT plug-ins and Ddms can also create the ADB command client.
The server is a process that runs in the background of the development machine. The server manages the communication between the client and the ADB daemon (adb daemon) process running on the emulator or on the real device.
ADB Daemon is a daemon that runs in the background of an emulator or a real Android device.
Iii. commands commonly used by the ADB
1. ADB devices or ADB devices-l
The command is to see if there is a mobile device (a real machine or an emulator) in the connected state, and the list is displayed if it is in a connected state.
2. ADB Connect 127.0.0.1:62001
This command is used to connect to the real machine or emulator, and you can use the ADB Devices command to view devices in the connected state when the connection is successful.

Commands commonly used by DOS, ADB, and shell

Related Article

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.