zhaowenhai@zhaowenhaideMacBook-Pro ~ % adb devices
List of devices attached
05157df5089e4219 device
zhaowenhai@zhaowenhaideMacBook-Pro ~ % adb devices -l
List of devices attached
05157df5089e4219 device usb:336723968X product:zerofltezh model:SM_G9200 device:zerofltechn transport_id:7
adb install [-lrtsdg] [--instant] PACKAGE
// 实例
adb install apk/debug.apk
adb uninstall [-k] PACKAGE
remove this app package from the device
'-k': keep the data and cache directories