l***@163.com
l***@163.com
  • 发布:2025-08-12 16:18
  • 更新:2025-08-12 16:57
  • 阅读:25

配置的config.json报错

分类:uni-app

{
"minSdkVersion": "21",
"dependencies": [
"com.android.support:recyclerview-v7:28.0.0",
"com.android.support:appcompat-v7:28.0.0",
"com.android.support:design:28.0.0",
"com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.34",
"com.android.support.constraint:constraint-layout:1.0.2",
"com.github.bumptech.glide:glide:4.9.0",
"org.greenrobot:eventbus:3.1.1",
"top.zibin:Luban:1.1.3"
]
}

project :uni_modules:zx-filepicker
[HBuilder] 16:08:12.943 project :uni_modules:zx-filepicker > androidx.core:core-ktx:1.6.0
[HBuilder] 16:08:12.943 > Cannot find a version of 'androidx.core:core' that satisfies the version constraints:
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.core:core:1.6.0'
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.core:core:1.0.0'
[HBuilder] 16:08:12.943 Constraint path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.core:core:{strictly 1.0.0}' because of the following reason: version resolved in configuration ':uni_modules:zx-filepicker:releaseRuntimeClasspath' by consistent resolution
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.core:core-ktx:1.6.0' (releaseApiPublication) --> 'androidx.core:core:1.6.0'
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.appcompat:appcompat:1.0.0' (compile) --> 'androidx.core:core:1.0.0'
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'com.google.android.material:material:1.0.0' (compile) --> 'androidx.core:core:1.0.0'
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.recyclerview:recyclerview:1.0.0' (compile) --> 'androidx.core:core:1.0.0'
[HBuilder] 16:08:12.943 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.appcompat:appcompat:1.0.0' (compile) --> 'androidx.fragment:fragment:1.0.0' (compile) --> 'androidx.core:core:1.0.0'
[HBuilder] 16:08:12.944 Dependency path '1a8628d0-7750-11f0-87e4-439ef8b70080.uni_modules:zx-filepicker:unspecified' --> 'androidx.appcompat:appcompat:1.0.0' (compile) --> 'androidx.vectordrawable:vectordrawable:1.0.0' (compile) --> 'androidx.core:core:1.0.0'

我想知道这个1.6.0是hbuilder-x自带的吗 我这边没有这个东西啊

2025-08-12 16:18 负责人:无 分享
已邀请:
蔡cai

蔡cai - 开发的插件:https://ask.dcloud.net.cn/article/41539

第三方插件:uni_modules/zx-filepicker
具体百度下Cannot find a version of 'androidx.core:core' that satisfies the version constraints

  • 蔡cai

    搜到是这样的,该错误通常由依赖版本冲突或仓库配置问题引发

    2025-08-12 16:57

要回复问题请先登录注册