adb shell pm clear my.app.package 清除数据命令
adb install -r (reinstall) 重装
adb install -s (sdcard) 装在SD卡上而不是internal storage
adb uninstall -k (keep) 保留用户数据。
adb -s 当已经有多个设备连接到主机时,可以使用-s参数进行选择.除此之外,-d表示只通过USB连接,-e表示只连接仿真器.
adb devices 列出所有连接的设备.
adb shell pm clear my.app.package 清除数据命令
adb install -r (reinstall) 重装
adb install -s (sdcard) 装在SD卡上而不是internal storage
adb uninstall -k (keep) 保留用户数据。
adb -s 当已经有多个设备连接到主机时,可以使用-s参数进行选择.除此之外,-d表示只通过USB连接,-e表示只连接仿真器.
adb devices 列出所有连接的设备.
本文标题:adb
本文链接:https://www.haomeiwen.com/subject/gdrhfxtx.html
网友评论