requires a default Build.xml file, it is a hint that the ant environment has been successfully configured.
wifi debug Command:(You must save your device and the developer's computer in the same network segment)adb tcpip 5555adb connect 192.168.1.109:5555; (every day the linked device IP is dynamically allocated, so you have to go to the WiFi router every day to view the IP of the backend link device, so as to facilitate the link to view)
The ADB tool is a tool for connecting Android phones, easy to use, development and testing are often used in everyday work, and today I'll take a record of what I'm using.1, equipment environment preparation, one PC, Android phone, using the Xiaomi mobile phone. USB data cable, pay attention to the quality of the data line, almost the quality of the data line is sometimes not connected, network environment is wifi, download
The ADB tool is a tool for connecting Android phones, easy to use, development and testing are often used in everyday work, and today I'll take a record of what I'm using.1, equipment environment preparation, one PC, Android phone, using the Xiaomi mobile phone. USB data cable, pay attention to the quality of the data line, almost the quality of the data line is sometimes not connected, network environment is wifi, download
Tags: public key Check HTTP achievement strong computer font on ACKUnanthorized issues when using adbADB devices a unanthorized issue when ADB starts up.
Check if USB debugging is turned on.
Reseat the USB cable for an authorization prompt
Restart adb:adb kill-server and adb start-server
If none of the above methods are possible, use the following steps
Delete Adbkey and adbke
Encountered a problem description:Run the Android console output[2012-07-18 16:18:26-] The connection to ADB are down, and a severe error has occured.[2012-07-18 16:18:26-] You must restart ADB and Eclipse.[2012-07-18 16:18:26-] Please ensure this adb is correctly located at ' D:\java\sdk\platform-tools\adb.exe ' and can be executed.Solve the problem:Baidu Google
Tags: des android io ar os sp for strong filewhat is ADB?: ADB's all called Android Debug Bridge, is the role of the Debug bridge. With ADB we can debug the Android program via DDMS in Eclipse, which is the Debug tool. ADB has a special way of working, using ports such as the socket TCP 5554 to communicate with the IDE and QEMU, by default
Find D:\Softwave_Ghost\ technology software in your android-ide \ide\adt_android_eclipse\adt-bundle-windows-x86-20130219\sdk\ Platform-tools Directory has adb.exe CD to this directory and then you can do the ADB operation
or set environment variables
Environment variables, advanced system settings, properties--, My Computer
Or an administrator, open cmd in the path above setpath=
Try the ADB and see how he
1. Uninstall the installation package
Adb uninstall package
To retain the package data and cache directory, You need:
Adb uninstall-k package
2. Installation package
Adb install package
Of course, this package should be under the directory of adb
3. Last filename to sdcard
Recently, due to the large number of built-in partners, many Android mobile phones of many manufacturers in my Ubuntu system cannot be correctly identified. After some hard work, I checked the SDK, now we have sorted out the ADB driver configuration methods in Linux and solutions to the problems encountered in them and contributed them to you.
In Linux, you can connect to ADB in Mobile USB debugging mode fo
ADB shell commandTo put it simply, the ADB command is a command that comes with the ADB program, while the ADB shell is a command from the Android system that is called, and these commands are placed in the System/bin directory of the Android device, as in the command line. Command:[Email protected]:/#
The prerequisite for the ADB command is to configure the Platform-tools path in the configuration environment variable or to switch to the Platform-tools directory of the SDK in the command-line program (CMD.EXE). I habitually direct the ADB command directly in the Android Studion de terminal window (I have configured the Platform-tools path to the environment variable).
1. Install the application
Label:
Android4.2 Source Android-17\com\android\commands Directory is more than the previous version of a settings command to view the Settingscmd.java file, at the end of the command to help information:private static void Printusage () {System.err.println ("usage:settings [--user NUM] Get namespace key");SYSTEM.ERR.PRINTLN ("Settings [--user NUM] put namespace key value");System.err.println ("\ n ' namespace ' is one of {system, secure, global}, case-insensitive");System.err.print
Tags: and command line emulator OID BSP Terminal netstat service ROIadb Android Debug Bridge Bridge set up a link between PC and Android phone (simulator)1.ADB push Put PC PC stuff into mobile phone: adb push lianxi.txt/sdcard/lianxi.txt2.ADB Pull Pull the phone thing to the computer: ADB pull/sdcard/lianxi.txt lianxi.
Tags: adb server is out of adb server didnt ackToday, the famous "ADB server is out of date" that has not appeared for a long time. Killing "It's happening again, here, take the workaround down so you can see it later.1. Error message:C:\USERS\LIZY>ADB devicesADB devicesadb Server is an out of date. Killing ...
Google has changed the content here, has not been tested, looks no problem. To the current location, all the Android devices on the market, there is this small problem: When executing the ADB command output on Linux/mac, it is binary output, then the LF (0x0a) character is converted to CR (0x0d) + LF. More ridiculous on windows, it becomes CR+CR+LF. This is good validation: Grab a file from Android, such as/default.prop, to see if it should only be LF
Android ADB Usage
The ADB full name is the Android Debug Bridge, which plays the role of debugging bridges. Used to manipulate Android devices.
Reading Table of Contents
What's the use of ADB?
ADB downloads
ADB devices
Summary of commonly used ADB directives:1. Device. apk fileThen: If it is only a simulator.>ADB instal/hello.apkIf there are multiple simulators. such as: need to develop the equipment on which simulator.Application: >adb Devic command to check the title of the simulator when workingThen: >adb-semulator-5556 instal/hel
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.