Android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6
Posted 彬sir哥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6相关的知识,希望对你有一定的参考价值。
1.android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6
Error:(32, 13) Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6
Disable offline mode and Sync
Show in File
Show in Project Structure dialog
compile 'io.reactivex.rxjava2:rxjava:2.2.6'
改为:
compile 'io.reactivex.rxjava2:rxjava:2.1.16'
以上是关于Android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6的主要内容,如果未能解决你的问题,请参考以下文章
Android的报错提示:Failed to resolve: io.reactivex.rxjava2:rxjava:2.2.6
Android的报错提示:Failed to resolve: com.android.support.test.espresso:espresso-core:3.0.2
Android的报错提示:Failed to resolve: com.android.support:appcompat-v7:28.0.0
Android开发 处理内存申请失败的报错(Failed to allocate a 38189038 byte allocation with 16777216 free bytes and 20M
Android的java的报错提示:java.lang.RuntimeException: Fail to connect to camera service
AndroidStudioAndroidStudio中出现Failed to resolve:com.android.support:appcompat-v7:报错处理