You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCODE Autox.js extension version (optional, if it is a problem with connecting to a computer, it needs to be filled in):
Problem description: 线程间事件通信报错,老是说我的window(悬浮窗口)操作没在ui线程执行,测试后是也是
通信响应操作的却是子线程执行,但是我没写在子线程中啊,在小米10,autoX.js的6.4版本就能运行不报错
Error log (optional):Wrapped android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. Expected: main Calling: ScriptThread-12
通信响应操作的却是子线程执行,但是我没写在子线程中啊,在小米10,autoX.js的6.4版本就能运行不报错