使用2023年08月17日发布的sdk版本,运行时报错:java.lang.ClassNotFoundException: io.dcloud.common.util.net.http.LocalServer2。导致app一直在启动页转圈,请问该如何解决?是否有需要引入的arr包?
1***@qq.com
- 发布:2023-08-31 11:55
- 更新:2023-08-31 14:18
- 阅读:562
Android原生集成MUI 报错 java.lang.ClassNotFoundException: io.dcloud.common.util.net.http.LocalServer2
分类:MUI
1***@qq.com (作者)
测试下来,运行一直转圈和这个报错无关,而是我漏引入底座需要的依赖:
// 基座需要,必须添加
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.alibaba:fastjson:1.2.83'
implementation 'androidx.webkit:webkit:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.core:core:1.1.0'
implementation "androidx.fragment:fragment:1.1.0"
1***@163.com
我加了依赖也一直卡在启动页
2024-05-24 16:25
b***@163.com
回复 1***@163.com: 我也是,看日志也看不出什么名堂,不知道怎么解决
2024-05-27 10:36