openatx / uiautomator2

Android Uiautomator2 Python Wrapper
MIT License
6.18k stars 1.35k forks source link

运行import uiautomator2 as u2 d = u2.connect() # connect to device print(d.info)命令 执行connect()后报错: FileNotFoundError: [Errno 2] No such file or directory: '\\uiautomator2\\uiautomator2\\assets\\version.txt' #973

Closed lhxunmeng closed 1 month ago

lhxunmeng commented 1 month ago

看完请删掉该内容

提Bug需要注意的事项

请务必提供详细的信息,能够复现你的问题,否则很难帮你解决。没用的Issue将自动被机器人打上Invalid标签并且自动关闭!!。

codeskyblue commented 1 month ago

先运行一下make sync

codeskyblue commented 1 month ago

see https://github.com/openatx/uiautomator2/blob/master/DEVELOP.md for more details