-
直接将脚手架项目拷贝之后运行报错:
![_cgi-bin_mmwebwx-bin_webwxgetmsgimg__ MsgID=2156316983834391539 skey=@crypt_9542c0f6_0c9eb972cef5b09d7098ea0050da62ff mmweb_appid=wx_webfilehelper](https://github.com/TonyJiangWJ/…
-
希望可以支持打包apk
-
可能和系统有关,是MIUI14安卓13,偶尔崩溃
抓到了部分日志:
07:30:52.864/E: Failed to allocate a 80 byte allocation with 1669024 free bytes and 1629KB until OOM, target footprint 536870912, growth limit 536870912; giving up …
-
打包应用功能失效,随便打包个例子脚本,安装打开报错,目测脚本解密失败
`11:00:19.900/E: illegal character
- - - - - - - - - - -
org.mozilla.javascript.EvaluatorException: illegal character (main.js#1)
at org.mozilla.javascript.De…
-
-
```
let ws = web.newWebSocket('wss://echo.websocket.events')
setImmediate(() => {
console.log('This is fine')
})
ws.on('open', (res, ws) => {
setImmediate(() => {
console.log('This …
-
>
> js解决方案
>
> ```js
> let deviceClass = device.getClass();
> let widthField = deviceClass.getDeclaredField("width");
> let heightField = deviceClass.getDeclaredField("height");
> widthField.s…
-
每次重启都要崩溃
phone: pixel4
version: android 10
-
-
执行main.js会出现崩溃的情况。刚启动App执行不会,过一段时间(大概7、8分钟或者更久)再执行有很大的概率会出现
没有使用连接到计算机功能
autox没有发现这个情况
main.js
```
var tool = require("tool.js");
```
tool.js
```
if (!requestScreenCapture()) {
toast("请求截图失败…