adb常用命令使用

1.查看当前运行的包名和Activity

adb shell dumpsys window | findstr mCurrentFocus

2.卸载app

adb uninstall io.appium.settings

adb uninstall io.appium.unlock

adb uninstall io.appium.android.ime

你可能感兴趣的:(android,adb)