gpt4 book ai didi

android - 我无法使用 TouchImageView 依赖项

转载 作者:行者123 更新时间:2023-12-05 05:54:15 27 4
gpt4 key购买 nike

我正在尝试将 TouchImageView 的依赖项用于 android。我无法使用类中的函数并在日志中收到此错误[1]: https://github.com/MikeOrtiz/TouchImageView

任务因异常而失败。

  • 出了什么问题:任务“:hideItPro:mergeDebugNativeLibs”执行失败。

Could not resolve all files for configuration ':hideItPro:debugRuntimeClasspath'.Could not resolve com.github.MikeOrtiz:TouchImageView:1.1.1.Required by:project :hideItPro> Could not resolve com.github.MikeOrtiz:TouchImageView:1.1.1.> Could not get resource 'https://s3.amazonaws.com/moat-sdk-builds/com/github/MikeOrtiz/TouchImageView/1.1.1/TouchImageView-1.1.1.pom'.> Could not GET 'https://s3.amazonaws.com/moat-sdk-builds/com/github/MikeOrtiz/TouchImageView/1.1.1/TouchImageView-1.1.1.pom'. Received status code 403 from server: Forbidden

  • 尝试:使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。使用 --scan 运行以获得完整的见解。================================================ ============================

  • https://help.gradle.org 获得更多帮助

此构建中使用了已弃用的 Gradle 功能,使其与 Gradle 7.0 不兼容。使用“--warning-mode all”来显示各个弃用警告。参见 https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings

构建在 27 秒内失败303 个可操作任务:270 个已执行,33 个是最新的

最佳答案

在settings.gradle中

   dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
//here the dependency
maven { url 'https://jitpack.io' }
jcenter() // Warning: this repository is going to shut down soon
}
}

include ':app'
rootProject.name = "Apk"

这对我有用

关于android - 我无法使用 TouchImageView 依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69677010/

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