美文网首页
Build:failed 系列(3)2021-01-27

Build:failed 系列(3)2021-01-27

作者: 东方乔恩 | 来源:发表于2021-02-01 22:28 被阅读0次

    > Task :app:javaPreCompileDemoDebug FAILED

    Execution failed for task ':app:javaPreCompileDemoDebug'.

    > Could not resolve all files for configuration ':app:DemoDebugCompileClasspath'.

      > Failed to transform crashreport-3.1.0.aar (com.tencent.bugly:crashreport:3.1.0) to match attributes {artifactType=android-classes, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.

          > Execution failed for AarToClassTransform: /Users/a/.gradle/caches/modules-2/files-2.1/com.tencent.bugly/crashreport/3.1.0/8a459ec1104a33e150383a37469a4713b3990f93/crashreport-3.1.0.aar.

            > entry

    尝试解决:1,找到这些aar的缓存目录,发现里边不止有一个aar,说明此目录中的文件被篡改过,可能出问题,所以,删除此缓存目录,然后重新build,下载线上的aar

    问题解决

    相关文章

      网友评论

          本文标题:Build:failed 系列(3)2021-01-27

          本文链接:https://www.haomeiwen.com/subject/xfuazktx.html