Giter Club home page Giter Club logo

Comments (8)

liujingxing avatar liujingxing commented on June 30, 2024

上传可以,下载不支持。

from rxhttp.

liujingxing avatar liujingxing commented on June 30, 2024

如:uploadProgress(Parser parser)

from rxhttp.

CaiJinFu avatar CaiJinFu commented on June 30, 2024

加入自己的项目中,报这个错误
More than one file was found with OS independent path 'META-INF/proguard/androidx-annotations.pro'

from rxhttp.

liujingxing avatar liujingxing commented on June 30, 2024

你开启了AndroidX,RxLife库AndroidX版本,应该就ok了

from rxhttp.

CaiJinFu avatar CaiJinFu commented on June 30, 2024

我没有开启AndroidX,之前是依赖这个
implementation 'com.rxjava.rxhttp:rxhttp:1.0.5' //注解处理器,生成RxHttp类,即可一条链发送请求 annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.0.5' //管理RxJava及生命周期,Activity/Fragment 销毁,自动关闭未完成的请求 implementation 'com.rxjava.rxlife:rxlife:1.0.5'
现在改成
implementation 'com.rxjava.rxhttp:rxhttp:1.0.5' //注解处理器,生成RxHttp类,即可一条链发送请求 annotationProcessor 'com.rxjava.rxhttp:rxhttp-compiler:1.0.5' //管理RxJava及生命周期,Activity/Fragment 销毁,自动关闭未完成的请求 //AndroidX implementation 'com.rxjava.rxlife:rxlife-x:1.0.5'
还是报同样的错误
More than one file was found with OS independent path 'META-INF/proguard/androidx-annotations.pro'

from rxhttp.

CaiJinFu avatar CaiJinFu commented on June 30, 2024

implementation 'com.rxjava.rxlife:rxlife:1.0.4'
就没有问题

from rxhttp.

liujingxing avatar liujingxing commented on June 30, 2024

你使用的是kotlin?有依赖第三方kotlin写的 库吗?

from rxhttp.

CaiJinFu avatar CaiJinFu commented on June 30, 2024

我使用的是Java,没有依赖第三方的kotlin

from rxhttp.

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.