This question is a long story, is a lot of stories, in a month black night, under the direction of the leadership, the individual in the company's development of a computer for a, then feel very depressed, with a handy computer suddenly changed, opened a new computer, found already configured the JDK environment, installed good eclipse, suddenly feel good happiness , eliminating unnecessary trouble, so import project projects, into the project development. It was a pleasant thing, but suddenly e
and displayed.
2. Install software
ADB install
Adb install
3. uninstall software
ADB uninstall
ADB uninstall-k
If the-k parameter is added, the software is uninstalled but the configuration and cache files are retained.
4. Enter the shell of the device or simulator:
ADB
The difference between the use of ADB push and adb install in Android is reproducedThis article is submitted by Yingchun Shi (@ three vulgar little Women). Reprint please specify the original address.In the actual development of Android, the ADB command is often used, and the installation application can use ADB push o
Tags: android using SP for file on problem BS ADLinuxUnder Ubuntu system, ADB is not an internal commandWorkaround:1, sudo gedit~/.bashrc2. Add the following two sentences to the file opened aboveExport android_home=/home/jason/develop_sdk/android-sdk-linux_86Export path= $PATH: $ANDROID _home/toolsThe latest SDK should be changed to: $PATH: $ANDROID _homoe/platform-toolsNote: "/home/jason/develop_sdk/android-sdk-linux_86" is the path to the SDK.(Expo
Heaven Zhuhai Branch Rudder note : Originally this series is to prepare a book, details please see the earlier blog "to seek partners to write the deep understanding of Monkeyrunner" books. But for many reasons, there is no wish. So the draft is shared here, so mistakes are unavoidable. If necessary, please refer to the following, the forwarding of the word also keep the end of each article source and other information.
The ADB server is processe
and the status of each instance, such as:D:\UNSETUP\ANDROID-SDK-WINDOWS-1.0_R1\TOOLS>ADB devicesList of devices attachedht843gz03305 Device8. View bug reportsD:\UNSETUP\ANDROID-SDK-WINDOWS-1.0_R1\TOOLS>ADB Bugreport========================================================= = Dumpstate========================================================------SYSTEM LOG------04-12 16:59:46.521 D/showtrack (23968): Myoverl
(generate ADB error report)$adb Get-state (get the working status of the ADB emulator)$adb start-server (start adb server)$adb kill-server (Turn off ADB server)$
Configure adb for mac and adb for mac
The blogger recently used a macbook and made android development much better. The speed of program compilation really made me feel great, especially when I used windows to start eclipse for several minutes, it took a long time to compile, but I used mac to find that adb didn't know how to configure it. I seldom studied non-wi
Linux under the ADB drive problemLinux under the use of mobile phone USB debugging mode to connect ADB to the Android program debugging, configuration driver without windows to intuitive.The first step is to confirm that the phone is connected to the computer, LSUSB check the device record.[Email protected]:~$ LsusbBus 007 Device 009:id 18d1:4e12Bus 007 Device 001:id 1d6b:0002 Linux Foundation 2.0 root HubB
Tags: adb server didnt ack cannot bind tcp5037 failed to start DaemWhen we use several different sources of ADB in the system, it is particularly easy to come up with the error described in the title:ADB server is an out of date. The reason for this error is that the port that our ADB is bound to is occupied by other services, or that there are multiple services
/addroid/lib/libwebcore. so.
25. Search for simulator/device instances:
Obtain the list of running Simulators/devices and the status of each instance:
Adb devices
26. view the bug report:
Adb bugreport
27. Record wireless communication logs:
In general, there are a lot of wireless communication logs and there is
buffer
Some mobile rights control, do not support
ADB logcat-b
Print log information for specified buffer
Buffer has: Main (main log area, default),Events (event-related log),Radio (RF, telephony related log)
ADB logcat-v
Formatted output log
Common use of ADB logcat-v time display
[ADB command Article 3] What should I do if I forget my mobile phone password (access permission password or lock screen password ?, Adb lock screenThe access restriction password is forgotten, or the lock screen password is forgotten. As a result, some programs (such as text messages, address book, and other important programs) cannot be opened, affecting normal use. It is too troublesome to brush the mach
The following basic commands are commonly used by ADB:
ADB devices List your devices
AAPT dump badging
ADB logcat View Logcat logs
ADB logcat > Path \ file name log stored in the file under the corresponding path
ADB kill-server kill
Configure adb environment variables and adb Environment Variables
Reprinted please indicate the source: http://www.cnblogs.com/cnwutianhao/p/6557571.html
Android Developers often use the adb command to push, pull, install, and view databases. Record the adb configuration process for future use.
Before configuring
added, the software is uninstalled but the configuration and cache files are retained.
4. Enter the shell of the device or simulator:
ADB Shell
Through the above command, you can enter the shell environment of the device or simulator. In this Linux Shell, You can execute various Linux commands. In addition, if you only want to execute one shell command, you can use the following methods:
ADB shell [command
ADB server didn ' t ACK this problem will be annoyed a lot of novice friends, I have just started to do Android when also encountered this problem, but their own Baidu, Google what, do not know how to solve, see a lot of new friends in the group will ask this question, To tell the truth I do not have a solution to this problem of the ultimate method (hundred test lark of the kind, haha), I did not encounter nor serious to treat him, today, is today, I
Android adb and Android adb
Reference: http://blog.csdn.net/veryitman/article/details/6437090
1.Go to shell
Enter DeviceShellAdb shell
2. Install apk
Adb install
3. Copy files from the device to the Local Computer
Adb pull
For example, adb pull/sdcard/360/test.txt d: \ m
* * The processing method when encountering Mount:read only file system or ADB remount:read only file system when using ADB is as follows: The
method described in this article applies to situations where the/system read-only permission (RO) cannot be modified with the Mout command. in
General
, when the/system does not have RW permission, the system can not push, and so on, in general, through the mount
With the development of the routing industry, wireless technology has become its development direction. Here we mainly explain the differences and connections between wireless routers, wireless APs and wireless bridges, I hope to have a deeper understanding of wireless devic
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.