随笔分类 - ATX有关
摘要:1.安装adb 网上找一个或者FQ后官网下,然后配置环境变量即可 C:\Users\lenovo>adb version Android Debug Bridge version 1.0.39 Revision 3db08f2c6889-android Installed as D:\work\au
阅读全文
摘要:https://qa.1r1g.com/sf/ask/1535726391/ 一次生成两个mp4 文件 adb shell "screenrecord --time-limit 5 /sdcard/testRun1.mp4; screenrecord --time-limit 5 /sdcard/t
阅读全文
摘要:一、手机或模拟器上已安装app(美团为例)方法一:在命令行输入adb shell am monitor,按Enter,再启动想要获取的app(包名在最后一行:com.sankuai.meituan)C:\Users\starteos>adb shell am monitorMonitoring ac
阅读全文
摘要:1 .adb shell pm list packages -3 # 获取当前andriod 系统中的所有包 eg: package:com.github.uiautomator package:com.github.uiautomator.test 2. adb 通過apk 獲取包名 电脑上有ap
阅读全文
摘要:https://blog.csdn.net/henryghx/article/details/123172588https://blog.51cto.com/u_12612738/5561243https://blog.csdn.net/Makasa/article/details/12435892
阅读全文