adb
awesome-adb: https://gitcode.net/mirrors/mzlogin/awesome-adb?utm_source=csdn_github_accelerator
非常详细的adb常用命令,确实很awesome~
adb install 内部原理简介:
push apk 文件到 /data/local/tmp。
调用 pm install 安装。
删除 /data/local/tmp 下的对应 apk 文件。
pid 进程号
tid 线程号
devices_manager
搭建、源码:https://github.com/openatx/atxserver2
uiautomator2
详细介绍(常看常新):https://github.com/openatx/uiautomator2
这篇博客详细介绍了adb的常用命令,包括adb install的内部安装过程,并提供了设备管理及uiautomator2的资源链接,是Android自动化测试的重要参考资料。
1875

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



