PictureSelector 版本2.7.3-rc03

ix0qys7i  于 2022-10-24  发布在  其他
关注(0)|答案(7)|浏览(214)

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve androidx.camera:camera-core:[1.0.0-rc05].

sdnqo3pr

sdnqo3pr2#

咋回事呢 ,昨天都能build 出来 今天就不行了
Could not resolve androidx.camera:camera-core:[1.1.0-alpha05].
Required by:
project :ktv > androidx.camera:camera-lifecycle:1.1.0-alpha05

q3aa0525

q3aa05254#

`
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not resolve androidx.camera:camera-core:[1.0.0-rc05].
Required by:
project :app > androidx.camera:camera-view:1.0.0-alpha28

Failed to list versions for androidx.camera:camera-core.
Unable to load Maven meta-data from https://jcenter.bintray.com/androidx/camera/camera-core/maven-metadata.xml .
Could not get resource ' https://jcenter.bintray.com/androidx/camera/camera-core/maven-metadata.xml '.
Could not GET ' https://jcenter.bintray.com/androidx/camera/camera-core/maven-metadata.xml '.
Read timed out
`

9bfwbjaz

9bfwbjaz5#

如果有开发者遇到同样的问题,把缺失包写下来,可临时解决,如下:

api 'io.github.lucksiege:pictureselector:v2.7.3-rc08'\n api 'androidx.camera:camera-core:1.0.0-rc05'\n api 'androidx.camera:camera-view:1.0.0-alpha28'

nfg76nw0

nfg76nw06#

@higsx 这个没效果啊

相关问题