Coder Social home page Coder Social logo

Comments (12)

smallgirl avatar smallgirl commented on May 26, 2024

另外无法编译通过
只要 implementation 'com.github.forJrking:KLuban:1.0.1' 编译就会报错 Cause: zip file is empty
删除 引用就可以编译通过

from kluban.

forJrking avatar forJrking commented on May 26, 2024

好的尽快安排,编译报错问题,经过验证并不存在。请尝试清除gradle缓存,或者如下:

configurations.all {
    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}

from kluban.

z2700589 avatar z2700589 commented on May 26, 2024

这个问题解决了吗?

from kluban.

smallgirl avatar smallgirl commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1、1.0.2版本测试可以支持bitmap了 谢谢

from kluban.

z2700589 avatar z2700589 commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

from kluban.

smallgirl avatar smallgirl commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

from kluban.

smallgirl avatar smallgirl commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

from kluban.

smallgirl avatar smallgirl commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

from kluban.

smallgirl avatar smallgirl commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

from kluban.

z2700589 avatar z2700589 commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

同步的时候报这个Failed to resolve: com.github.forJrking:KLuban:1.0.2

编译的时候是这个
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.

Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not find com.github.forJrking:KLuban:1.0.2.
Required by:
project :app

from kluban.

forJrking avatar forJrking commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

同步的时候报这个Failed to resolve: com.github.forJrking:KLuban:1.0.2

编译的时候是这个
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.

Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not find com.github.forJrking:KLuban:1.0.2.
Required by:
project :app

请在根目录的 build.gradle 依赖中添加
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

from kluban.

z2700589 avatar z2700589 commented on May 26, 2024

编译报错问题解决了,是另外一个第三方库的问题
1,1.0.2版本测试可以支持bitmap了谢谢

编译报错的问题是如何解决的?我还是无法导入

具体啥错呢,我是引入aop 报错的,那个库跟最新版本的gradle 版本不兼容。

同步的时候报这个Failed to resolve: com.github.forJrking:KLuban:1.0.2
编译的时候是这个
Execution failed for task ':app:dataBindingMergeDependencyArtifactsDebug'.

Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not find com.github.forJrking:KLuban:1.0.2.
Required by:
project :app

请在根目录的 build.gradle 依赖中添加
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

ok

from kluban.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.