1. Home
  2. Android Development Guide for MediaTek X20
  3. Android Debug Bridge
  4. ADB commands

ADB commands

adb devices:view current connection device command

AndroidProject30

adb install:install apk command

AndroidProject30

adb uninstall:uninstall apk command

AndroidProject30

adb push <local path> <remote path>:send files to the device from the computer

AndroidProject30

adb pull <remote path> <local path>:download files from the device to your computer

AndroidProject30

adb shell:enter the shell model of the device

AndroidProject30

adb logcat:display log information

AndroidProject30
AndroidProject30

adb reboot:restart device

AndroidProject30

adb remount:remount the system partition and make it be able to write

AndroidProject30

adb root:get root privileges

AndroidProject30

adb help:display help information

AndroidProject30

Was this article helpful to you? Yes No

How can we help?