ADB overviewThe 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 programs via Ddms in Eclipse. With this tool, we can manage the status of the device or phone simulator. You can also
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 ):
Android Delete AVD -- name
6. Create an sdcard:
Mksdcard 1024 M ~ /Name. img
7. AVD (simulator) Location:
Linux (~ /. Android/AVD) Windows (C: \ Documents ents and Settings \ Adm
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 ):
Android delete avd -- name
6. Create an SDCard:
Mksdcard 1024 M ~ /Name. img
7. AVD (simulator) Location:
Linux (~ /. Android/avd) Windows (C: \ Documents ents and Settings \ Adm
Android: Commonly Used adb commands1. List the current configurations:Adb devicesFor example:Localhost :~ Newuser $ adb devicesList of devices attachedBH903QDW15 device41008990d29eb000 device2. For a deviceAdb-s
For example:
Adb-s BH903QDW15 install hello.apk
3. Install the app
Adb install
Original link: http://bbs.hiapk.com/thread-4760331-1-1.htmlInstalling the software adb install *.apk Reinstall the Software adb install-r *.apk Uninstall apk software adb Uninstall *.apk Check the run log on your phone, which can be used to check for errors adb logcat See if your phone is connected, and
Transferred from: http://mytiankong.com/?p=11755If you are interested in your Android device's interaction with the command line, you may want to learn some of the techniques used to uninstall an app installed on your device using ADB. In order for this method to work, you will need to set up Android ADB in your computer. You can go to see how the "adb" (Android
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 [-d |-E |-S
When you issue a command, the system enables the android client. The client is not related to the simulator instance, so i
This paper mainly introduces the commonly used commands and common directory of the ADB .1. Common command of ADBThe ADB devices lists all connected Android devices.The following command is for a single devices, if there are multiple devices, the following command will need to change ADB to Adb-s deviceIdThe
Here are some of the ADB's useful commands that I found on Android. You can manually or use the automated build and test process.
View Device
Copy Code code as follows:
ADB devices
Connect to a target device using the use Adb-s device_id if multiple device connections
Installation Application
Install a APK package using the Install command, and reinstall and maintain the original a
Tags: png specifies commands to automatically work network restart mounted folder replicationWhen we're brushing Android phones, we need the ADB tools, but even some of the most often-flashing ones don't necessarily know what the ADB means. If you want to know what the ADB is and want to know what the ADB commands are,
reprinted from: Http://www.miui.com/thread-364236-1-1.htmloften encountered in the forum to help, said the password to forget the access restrictions, or the lock screen password forgotten, resulting in some programs (such as text messages, contacts and other important programs) can not open, affecting the normal use. Too much trouble, do not want to brush machine. Is there no way to solve it? The answer, too, is negative. Don't forget, the ADB has a
Label:I. Introduction to ADB 1. ADB full name is Android Debug Bridge, is the Android SDK comes with a tool, with this tool can directly operate the management of Android Simulator (Emulator) or real Android device 2. The functions of ADB are many, the main functions we use are: A. Shell command line to run the device B. Managing port mappings for emulators or de
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
Tags: android io ar using SP for strong on fileSummary: The 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 programs via Ddms in Eclipse.ADB introductionThe SDK's Tools folder contains an important command of the Android emula
executing in the cmd window: adb shell Monkey {+ command arguments}.Monkeysimple Help for CommandsTo get the simple help that comes with the Monkey command, execute the command in CMD:ADB Shell Monkey–helpMonkey command parameter Description 1) parameter:-PThe parameter-P is used for constraint restrictions, and this parameter specifies one or more packages (the package, or app). SpecifiedAfter the package, Monkey will only allow the system to launch
In enterprise application environment, if there are multiple domain controllers, the standard restore is more embarrassing. In fact, standard restores often need to be combined with an authoritative restore and a primary restore.
There are three ways to restore a Windows Server 2003 Active Directory:
1, normal
ADB server-The client program consists of 3 parts 1. The client is running on the development machine and can be called through the ADB command line, and the ADT plug-in and DDMS also require ADB client 2. Service side (server)Run as a background process on the development machine (Adb.exe opens your task Manager viewing process) for interactive communication bet
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 communicates with the IDE and QEMU by listening to ports such as socket TCP 5554.By defa
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.