python -m uiautomator2 init 10.0.0.254:8000 返回: usage: main.py [-h] [-s SERIAL] {init} ... main.py: error: unrecognized arguments: 10.0.0.254:8000
如何解决
python -m uiautomator2 init 命令重构; 新的方法 python -m uiautomator2 init --help 查看帮助信息; 旧命令 python -m uiautomator2 init $IP 新命令 python -m uiautomator2 init --server $IP 来自 u2 交流群.... 帮楼主搬运下~
感谢