Open watfe opened 2 years ago
更换你的python版本至3.6.5 瞬间就好了
注释掉源文件\site-packages\colorama\ansitowin32.py
211行 试一下
def write_plain_text(self, text, start, end):
if start < end:
self.wrapped.write(text[start:end])
# self.wrapped.flush() # 这一行注释掉
逐项测试以下方法:
参照提示重新执行
python -m weditor
用
adb devices
获取安卓设备id,填入,然后刷新页面将
http://localhost:17310/
改成,你的本机ip,比如http://192.168.1.55:17310/
开发者工具中,禁用缓存参看 #76
打开安装手机上的ATX应用,点击
启动UIAUTOMATOR
一次(2022-07-11在安卓12MIUI13机器上碰到,具体日志为uiautomator2.exceptions.NullPointerExceptionError: -32001 Jsonrpc error: <java.lang.NullPointerException> data: java.lang.NullPointerException: Attempt to read from field 'int android.accessibilityservice.AccessibilityServiceInfo.flags' on a null object reference
,通过本方法解决了)