不云端打包的话会报错
error: Cannot access class 'com.koushikdutta.async.AsyncServerSocket'. Check your module classpath for missing or conflicting dependencies
23:31:45.438 at uni_modules/ns-miniServer/utssdk/app-android/index.uts:22:14
23:31:45.451 20 | this.server.get("/", UTSAndroid.getResourcePath("uni_modules/ns-miniServer/static/index.html"))
23:31:45.453 21 | this.server.post("/postBook", options.msg, options.savePath, new Callback())
23:31:45.463 22 | this.server.listen(4567)
23:31:45.466 | ^
23:31:45.473 23 | console.log("/postBook", options.msg, options.savePath, new Callback());
23:31:45.474 24 | }
2***@qq.com
- 发布:2023-11-10 23:34
- 更新:2023-11-11 16:32
- 阅读:545
2 个回复
2***@qq.com (作者)
流程是uts代码变更->云端打包->使用uts插件?
DCloud_heavensoft
首先要打一次自定义基座,包含这个aar,注意自定义基座版本问题,要高版才能覆盖手机基座。
手机的自定义基座包含aar后,写代码调用aar的api是不用打包的
2***@qq.com (作者)
了解
2023-11-14 18:32