小编Ame*_*eed的帖子

找不到(包名称)。在以下位置进行了搜索:

当我尝试构建 Android 项目时,我遇到了这个问题:`

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.corouteam:GlideToVectorYou:v2.0.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
       - https://jcenter.bintray.com/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
       - https://jitpack.io/com/github/corouteam/GlideToVectorYou/v2.0.0/GlideToVectorYou-v2.0.0.pom
     Required by:
         project :app
Run Code Online (Sandbox Code Playgroud)

`

错误信息

如何通过下载上面的包来解决这个问题?

以前,它运行良好。但是,当我尝试将版本号降级到 1.2.0 时。运行良好。因此,2.0.0 版本似乎存在此问题。

android gradle android-gradle-plugin gradle-plugin

7
推荐指数
1
解决办法
2694
查看次数