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

ADB commands

adb devices: view connection device command

adb install: install apk command

adb uninstall:uninstall apk command

adb push :send files to the device from the computer

adb pull :download files from the device to your computer

adb shell:enter the shell model of the device

adb logcat:log information


adb reboot:restart device

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

adb root:get root privileges

adb help:display help information

Was this article helpful to you? Yes 1 No

How can we help?