gpt4 book ai didi

android - 找不到gradle android commonsware maven

转载 作者:行者123 更新时间:2023-11-29 20:56:16 26 4
gpt4 key购买 nike

应用构建失败并显示以下错误消息

com.intellij.openapi.externalSystem.model.ExternalSystemException: Could not find any version that matches com.commonsware.cwac:colormixer:0.6.+.

repositories {
maven {
url "https://repo.commonsware.com.s3.amazonaws.com"
}
}

dependencies {
compile 'com.commonsware.cwac:colormixer:0.6.+'
}

在更改 gradle 版本 2.2.1 instaed of 1.11 后,它给出了这样的错误:

2014-12-23 16:03:16,849 [ 215344] WARN - nal.AbstractExternalSystemTask - You are using Gradle version 1.9, which is not supported by the version of the Android Gradle plug-in the project is using. Please use version 1.10. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.) com.intellij.openapi.externalSystem.model.ExternalSystemException: You are using Gradle version 1.9, which is not supported by the version of the Android Gradle plug-in the project is using. Please use version 1.10. Please point to a supported Gradle version in the project's Gradle settings or in the project's Gradle wrapper (if applicable.)

有人可以帮助解释为什么找不到“ColorMixer”库吗?

最佳答案

我很抱歉。昨天我在处理我的 Maven 仓库的一些问题。虽然我修复了大多数项目,但 colormixer 是我遗漏的一个。

问题现在已解决,但可能需要您运行 gradle --refresh-dependencies 让 Gradle 拾取以前丢失的 Artifact 。

关于android - 找不到gradle android commonsware maven,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27618470/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com