adb devices:view current connection device command
adb install:install apk command
adb uninstall:uninstall apk command
adb push <local path> <remote path>:send files to the device from the computer
adb pull <remote path> <local path>:download files from the device to your computer
adb shell:enter the shell model of the device
adb logcat:display 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