Adb work commonly used commands

adb devices View phone name

 

 adb shell link phone

 

dumpsys window windows | grep -i current Open the software, view the software entry, and the package name, white is the package name, red box is the package entrance

 

 

adb logcat View phone logs

adb install  for installation

adb uninstall is  used to uninstall

Adb uninstall is followed by the application package name, not the application name.

 

Guess you like

Origin www.cnblogs.com/lly-lcf/p/12684659.html