Adbdevices to see if the phone is connected and how many phones are connected
ADB devices-l viewing device information
ADB install APK file name. APK installation Software
ADB install-r apk file name. apk Reinstall the SOFTWARE
ADB uninstall APK package name apk uninstall software
ADB logcat View the running logs on your phone
ADB bugrep ort view bug report
ADB pull <A> <B> A is the phone path, B is the computer path, meaning: Copy the file from the phone to the computer
ADB push <B> <A> A is the phone path, B is the computer path, meaning: Copy the file from the computer to the phone
ADB shell PS View phone process
ADB shell enters the shell of the setup or simulator
ADB forward tcp:5555 tcp:8000 can set any port number as the host to the emulator or device request port
ADB get-product gets the ID of the device
ADB Get-serialno get the serial number of the device
Common ADB commands