ADB (Android Debug Bridge) is a tool in the Android SDK that needs to be configured with environment variables before it can be used. The role of the Debug bridge, you can manage the Android device. (also called Debug tool)---------View Device Connection status-----------adb
1. query several android devices connected to the adb server> Adb devicesList of devices attached0123456789 ABCDEF device2. install an apk to the android device.> Adb install-r B: test6577PinyinIME.apk2509 KB/s (1284852 bytes in 0.499 s)Pkg:/data/local/tmp/PinyinIME.apkSucce
I. Introduction of ADBThe SDK's Tools folder contains important commands for the Android emulator Operation ADB,ADB is called (The Android Debug Bridge is the function of the debugging bridges.) Through the ADB we can debug the Android
Develop an android driver that can count words (1)
5. Specify Driver-related information
Although it is not necessary to specify this information, a complete Linux driverProgramThe driver-related information is specified. You must specify the following information for the Linux
In the Android development environment, ADB is our most frequently used debugging tool for Android development, and its use is of course what our Android developers have to master.ADB overviewAndroid Debug Bridge,android Debug Bridge, abbreviated as
Pyqt adb gets the Android mobile phone screen and pyqtandroid
AdbAndroid Debug Bridge serves as the debugging Bridge. Adb works in a special way. It listens to Socket TCP 5554 and other ports to allow the IDE to communicate with Qemu. By default, adb uses the network port related to daemon, we can manage the status of
Reproduced:I. Introduction of ADBThe SDK's Tools folder contains an important command of the Android emulator Operation ADB,ADB is all called (Android Debug Bridge is the role of debug bridges. With ADB we can debug Android progra
Absrtact: With the increasing features of Android, various Android SDK and Android simulator are also updated. For some reason, we need to look at their version number. Let me introduce you to the following specific methods:1 adb view Android emulator version number and SDK
ADB is a client-server program where the client is the computer you use to operate, and the server side is the Android device.First say the installation method, the computer needs to install the client. The client is included in the SDK. No installation is required on the device, just open the option settings-applications-development-usbdebugging on the phone.For Mac and Linux users, the downloaded SDK can
1. display all Android platforms in the system:
Android list targets
2. Display All AVD (simulators) in the system ):
Android list avd
3. Create an AVD (simulator ):
Android create avd -- name -- target Platform ID
4. Start the simulator:
Emulator-avd name-sdcard ~ /Name. img (-skin 1280x800)
5. Delete AVD (simulator )
Contains important commands for Android emulator operations under the Tools folder of the SDK Adb,adb is all called Android Debug Bridge, which is the role of debug bridges
An important command that contains the Android emulator operation under the Tools folder of the SD
Preface
This chapter contains the developer Guide/Developing/Tools/adb. This is an excellent translation from "Mobile cloud _ Wenbin". Welcome to its blog: "http://blog.csdn.net/caowenbin", thanks again "Mobile cloud _ Wen bin "! We look forward to your participation in translation of Android related information, contact me over140@gmail.com.
Body
Android Debug
Debugging Android program sometimes requires adb shell command, ADB full name Android Debug Bridge, is to play the role of the Debug bridge.With ADB we can debug the Android program via DDMS in Eclipse, which is the Debug tool.
ADB (Android debug Bridge)
Android provides a common debugging tool. With this tool, we can debug and developProgram, Adb.exe is in the directory of the android SDK (or platform-tools) You have installed.
ADB usage:
ADB [-
Adb commands and androidadb commands in android
AdbCommon commands
1. display all Android platforms in the system:
Android list targets
2. Display All AVD (simulators) in the system ):
Android list avd
3. Create an AVD (simulator ):
Andr
ADB common commands:"ADB help" for assistance"ADB Get-serialno" gets the device string number"Adb-s "adb root" gets root permission, which is useful for some phones, and most of the listed phones have turned this feature off. Root privileges can also be obtained through thir
Emulator can be used to start the simulator. Emulator-avd G8-partition-size 150-memory 855 G8 is the name of my simulator, the size of the ROM set by partition-size, memory is the size of the Set RAM adb is the most commonly used tool, called Android Debug Bridge ).
It is a tool used to manage simulators and VMS. It is a cs program and consists of three parts:
1. A client. Run (PC) on your development machi
CMD common Console1. Clear screen command: CLS2. List the details of the current directory: Dir3. delete the file del xxx.txt.
Common android ADB commands1) Create an sdcardMksdcard 50 m D:/sdcard. IMG --> Create a 50 m sdcard
2) Delete sdcardCd d :/Del sdcard. img
32.16.pdf put the ljq.txt file in sdcardADB push D:/ljq.txt/sdcard/
4) Create an AVD SimulatorAndroid create AVD-n avd name-T target pla
[Android] _ [elementary] _ [adb practical command]
Scenario:
1. ADB serves as a bridge between pc and mobile phone, and plays an important role in debugging mobile apps and viewing mobile phone information.
2. Some useful commands are listed here for quick query.
View the list of devices that enable USB debugging: adb
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.