2015年8月31日

cmd adb批量安装与卸载

摘要: 批量安装: SET dir=%~dp0echo dir is: %dir%cd /d %dir%for /R %dir% %%i in (*.apk) do adb install %%i 批量卸载: SET dir=%~dp0echo dir is: %dir%cd /d %dir%for /R 阅读全文

posted @ 2015-08-31 11:38 张飞_ 阅读(1965) 评论(0) 推荐(0) 编辑

导航