鲤鱼钢铁侠

文章
3
资源
0
加入时间
4年1月25天

appium atx的学习

1、安装adb2、安装atx:pip install --pre -U uiautomator2 ;检查是否安装好,uiautomator2 -version运行python3 -m uiautomator2 init,将atx部署到手机上便于自动化,一次即可3、安装atx weditor:pip install --pre weditor,weditor是一个python库;weditor --version检查是否安装好weditor 命令行启动4、连接手机,通过USB 或 Wi-Fi..

match_parent和fill_parent的有什么区别?

最近在搞 andorid 的时候 会很纠结 match_parent和fill_parent 有什么 区别?    match_parent和fill_parent  都是填充 父控件,android2.2(API8)之前都是用 fill_parent!     API8 之后的新版本都是用 match_parent;    wrap_content 大家都知道 就是