- 创建一个uni-app x项目
- 创建一个uts插件
- 为该插件添加依赖(Android)
- 真机运行/云打包
- 发布:2023-10-22 16:13
- 更新:2023-10-23 14:47
- 阅读:582
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 22621.1992
HBuilderX类型: Alpha
HBuilderX版本号: 3.93
手机系统: Android
手机系统版本号: Android 13
手机厂商: vivo
手机机型: Y77e
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
正常运行
正常运行
实际结果:
报错信息如上
报错信息如上
bug描述:
如题,编写的uts插件,添加了android依赖之后,在uni-app正常运行,而在uni-app x下无论是真机运行还是云打包都报错:
uni_module [****] Error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':androidDependencies'.
> Failed to notify dependency resolution listener.
> Failed to notify dependency resolution listener.
> 'void org.gradle.api.artifacts.DependencySubstitutions$Substitution.with(org.gradle.api.artifacts.component.ComponentSelector)'
> 'void org.gradle.api.artifacts.DependencySubstitutions$Substitution.with(org.gradle.api.artifacts.component.ComponentSelector)'
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 14s
以下为uts组件app-android/config.json文件内容:
{
"dependencies": [{
"id": "GSLS_Tool",
"source": "implementation 'com.github.1079374315:GSLS_Tool:v1.4.4.9'"
},
{
"id": "GSLS_Tool_annotationProcessor",
"source": "annotationProcessor 'com.github.1079374315:GSLS_Tool:v1.4.4.9'"
}
],
"minSdkVersion": 21,
"project": {
"plugins": [
"kotlin-kapt"
]
}
}
SingmyAaronLan (作者)
https://ide.dcloud.net.cn/build/errorLog/f61fe780-7191-11ee-8b75-cb52e888449d
2023-10-23 18:55