1. Wiki首页
  2. Hikey960 Android开发指南
  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

这篇文章对你有帮助吗?