@echo off
echo hello world
adb devices
copy \\192.168.xxx.1\android\out\target\product\venus-a1\data\nativetest\angeles\angeles .\
echo %CD%
adb push .\angeles /data/mytest/
adb shell chmod 777 /data/mytest/angeles
adb shell /data/mytest/angeles
pause
本文深入探讨了ADB(Android Debug Bridge)的使用方法及高级技巧,包括设备连接验证、文件传输、权限设置及应用程序执行等核心操作。通过具体实例,如从远程服务器拉取并运行测试应用,展示了ADB在自动化测试和日常开发中的实用价值。

1万+

被折叠的 条评论
为什么被折叠?



