How to Use ADB to upload, download, and install software

Source: Internet
Author: User

ADB, short for Android debug bridge, is a tool in the android SDK. It can be used to directly manage Android simulators or real Android mobile phones.
Its main functions include:
* Run the shell (command line) of the device)
* Manage port ing between simulators and devices
* Upload/download files between computers and devices
* Install the local APK software on the simulator or Android device.

I found that using ADB to upload/download files between the computer and the device, the APK software installed on the computer is very fast to Android devices. Now we will share with you the following commands:
1. Download an object
Syntax: ADB pull [file name]/Source Path/
For example:
ADB pull blade_keypad.kl/system/usr/keylayout/
ADB pull/sdcard/MP3/1.mp3

2. upload files
Syntax: ADB push [file name]/target path/
For example:
ADB push Qwerty. Kl/system/usr/keylayout/
ADB push 1.mp3/sdcard/MP3/

3. Installer
Syntax: ADB install-R [/path/software name .apk]
Example: ADB install-r com.android.vending.apk
ADB install-r com.android.vending.apk

Install: ADB install-r com.android.vending.apk

 

Turn: http://bbs.hiapk.com/thread-644256-1-1.html

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.