Part 1:1. Configure the environment anroid variable in ubuntu:Run sudo gedit/etc/profile on the terminal to open the text editor and append # set android environment2. To run Eclipse, you also need to configure JAVA environment variables.# Set java environmentJAVA_HOME =/home/loginname/jdk directory nameJRE_HOME =/home/loginname/jdk directory name/jreExport PATH = $ JAVA_HOME/bin: $ JRE_HOME/bin: $ PATHExport CLASSPATH = $ JAVA_HOME/lib: $ JRE_HOME/lib: $ CLASSPATHExport PATH =/home/loginname/an
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 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
ADB remount failure: remount failed:operation not permittedFor the use of ADB, here is another explanation: common commandsADB shell-Log in to the device shell, followed by running commands directly. such as: adb shell rm-r/system/sd/appadb pull-download files from your phone to your computer. such as: ADB pull/data/a
Tags: android des http using strong file Data ioADB introductionThe 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 c
Thank the original author, transfer from blog: http://www.otechu.me/zh/2011/12/filtering-adb-logcat-output/This article describes several tips on how to filter the ADB logcat output from the shell command line .Development often see other people's log like a flood of instant fill the screen, to their useful information is drowned, affect the mood also affect efficiency. Here are a few of the filtering metho
During development, two different but similar models are identified as the same model in the pea clip. For example, xt810 and mt810 are both identified as xt810 by the pea clip, the mt810 engineers are depressed because different models need to be treated differently. Because the pea clip is identified based on the device's PID and vid, we need to modify the phone's PID and vid.
This requirement involves the modification of Android ADB driver on PC an
Tags: adb connect adb shell adb command android ADB android debugThis article will take the "ADB Connect" and "adb shell" two commands as an example to resolve the ADB command implement
1. Show all currently running emulators: ADB devices2. Install the application: ADB install-r application. apk3. Get the files in the emulator: ADB pull 4. Writing files to the simulator: adb push 5. Shell mode to enter simulator: adb shell6. View
Tags: android blog http using strong file AR 2014ADB (Android Debug Bridge) Brief introduction:1. ADB is a tool in the Android SDK. With ADB, you can operate Android devices or simulators on your PC2, the main functions are:
Install the local APK program to an Android device or emulator and uninstall the installed APK program.
Upload/download files between Android or Emulator and PC.
The sh
recently contacted a tool (command), what command? is the ADB command, the command is purely a small white mouse, do not understand anything, so only the ADB--help parameters, and then try to use. Today encountered a problem, need to copy a file to the small machine, the small machine can be understood as a mobile phone or tablet similar to the computer, the device is running Android. I don't know how to co
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
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.