-
在只有开启无障碍权限的情况,请问如何通过AutoJS来识别多开/分身的App,麻烦提供点思路。谢谢!
试过在命令行执行 adb 指令:adb shell am start --user xxx package_name/activity_name 这种指定用户的方式也还是会弹出多开/分身应用选择框。
手机:Redmi 9A
系统:MIUI 12.5,Android 11
Autoj…
anenn updated
7 months ago
-
错误提示:命令"AutoJs6;建立设备连接(Connect)"导致错误(Cannot read property 'map' of undefined)
-
java.lang.Exception: Unknown data type (0) for message dispatching
持续输出之后
断开了和手机的连接
插件版本
1.0.5
autojs6 版本
6.3.2
-
![image](https://user-images.githubusercontent.com/16593799/164764109-67343bf7-9b0d-4de6-8eb9-0e5b9fc973e0.png)
![image](https://user-images.githubusercontent.com/16593799/164764412-79996ed2-1b7e-4…
-
Autojs6客户端和VScode连接上以后,过一段时间会自动断开,大概出现在手机息屏或者长时间无Autojs操作的时候。
已经开启 忽略电池优化,锁定后台运行。
-
![image](https://github.com/SuperMonster003/AutoJs6/assets/37627813/3952a911-ca35-4d9b-b789-72ee9d8c882c)
Wrapped org.autojs.autojs.pio.UncheckedIOException: java.io.FileNotFoundException: 文件不存在或不可读:…
-
Server酱次数用尽后,仍然返回json数据,然而autojs6无限阻塞,未能获取
-
![Screenshot_20230213_001128_org autojs autojs6](https://user-images.githubusercontent.com/78626952/218322663-d86e2a0f-144f-49a8-96cb-676b6f5f5e86.jpg)
-
手机:红米K40 安卓13 MIUI14
分辨率:2400*1080
autojs6版本:6.3.0
autojs6文档的代码:
> /启用触摸监听
events.observeTouch();
//注册触摸监听器
events.onTouch(function(p){
//触摸事件发生时, 打印出触摸的点的坐标
log(p.x + ", " + p.y);
}…
-
希望autojs6早点支持 nodejs引擎,像autojspro9一样的