Compilation failed to complete:Program type already present: android.support.v4.accessibilityservice

本文详细介绍了在Android Studio中遇到的依赖冲突问题,特别是在引入Fresco库时出现的与v4包冲突的情况。作者分享了如何通过手动添加v4包依赖来解决此问题,确保项目能够顺利编译和运行。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

androidStudio中引入了各种依赖后,编译正常没问题,但是运行安装一直

Compilation failed to complete

然后运行

gradlew dependencies app:dependencies

查看依赖。

lintClassPath - The lint embedded classpath
\--- com.android.tools.lint:lint-gradle:26.1.4
     +--- com.android.tools:sdk-common:26.1.4
     |    +--- com.android.tools:sdklib:26.1.4
     |    |    +--- com.android.tools.layoutlib:layoutlib-api:26.1.4
     |    |    |    +--- com.android.tools:common:26.1.4
     |    |    |    |    +--- com.android.tools:annotations:26.1.4
     |    |    |    |    \--- com.google.guava:guava:22.0
     |    |    |    |         +--- com.google.code.findbugs:jsr305:1.3.9
     |    |    |    |         +--- com.google.errorprone:error_prone_annotations:2.0.18
     |    |    |    |         +--- com.google.j2objc:j2objc-annotations:1.1
     |    |    |    |         \--- org.codehaus.mojo:animal-sniffer-annotations:1.14
     |    |    |    +--- net.sf.kxml:kxml2:2.3.0
     |    |    |    +--- com.android.tools:annotations:26.1.4
     |    |    |    \--- org.jetbrains:annotations:13.0
     |    |    +--- com.android.tools:dvlib:26.1.4
     |    |    |    \--- com.android.tools:common:26.1.4 (*)
     |    |    +--- com.android.tools:repository:26.1.4
     |    |    |    +--- com.android.tools:common:26.1.4 (*)
     |    |    |    +--- com.sun.activation:javax.activation:1.2.0
     |    |    |    +--- org.apache.commons:commons-compress:1.12
     |    |    |    +--- org.glassfish.jaxb:jaxb-runtime:2.2.11
     |    |    |    |    +--- org.glassfish.jaxb:jaxb-core:2.2.11
     |    |    |    |    |    +--- javax.xml.bind:jaxb-api:2.2.12-b140109.1041
     |    |    |    |    |    +--- org.glassfish.jaxb:txw2:2.2.11
     |    |    |    |    |    \--- com.sun.istack:istack-commons-runtime:2.21
     |    |    |    |    +--- org.jvnet.staxex:stax-ex:1.7.7
     |    |    |    |    \--- com.sun.xml.fastinfoset:FastInfoset:1.2.13
     |    |    |    +--- com.google.jimfs:jimfs:1.1
     |    |    |    |    \--- com.google.guava:guava:18.0 -> 22.0 (*)
     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0
     |    |    |         +--- org.jetbrains.kotlin:kotlin-stdlib:1.2.0
     |    |    |         |    \--- org.jetbrains:annotations:13.0
     |    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.0
     |    |    |              \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.0 (*)
     |    |    +--- com.google.code.gson:gson:2.7
     |    |    +--- org.apache.commons:commons-compress:1.12
     |    |    +--- org.apache.httpcomponents:httpclient:4.2.6
     |    |    |    +--- org.apache.httpcomponents:httpcore:4.2.5
     |    |    |    +--- commons-logging:commons-logging:1.1.1
     |    |    |    \--- commons-codec:commons-codec:1.6
     |    |    \--- org.apache.httpcomponents:httpmime:4.1
     |    |         +--- org.apache.httpcomponents:httpcore:4.1 -> 4.2.5
     |    |         \--- commons-logging:commons-logging:1.1.1
     |    +--- com.android.tools.build:builder-test-api:3.1.4
     |    |    \--- com.android.tools.ddms:ddmlib:26.1.4
     |    |         +--- com.android.tools:common:26.1.4 (*)
     |    |         \--- net.sf.kxml:kxml2:2.3.0
     |    +--- com.android.tools.build:builder-model:3.1.4
     |    |    \--- com.android.tools:annotations:26.1.4
     |    +--- com.android.tools.ddms:ddmlib:26.1.4 (*)
     |    +--- org.bouncycastle:bcpkix-jdk15on:1.56
     |    |    \--- org.bouncycastle:bcprov-jdk15on:1.56
     |    +--- org.bouncycastle:bcprov-jdk15on:1.56
     |    +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0
     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.2.0 (*)
     |    \--- com.google.protobuf:protobuf-java:3.4.0
     +--- com.android.tools.build:builder:3.1.4
     |    +--- com.android.tools.build:builder-model:3.1.4 (*)
     |    +--- com.android.tools.build:builder-test-api:3.1.4 (*)
     |    +--- com.android.tools:sdklib:26.1.4 (*)
     |    +--- com.android.tools:sdk-common:26.1.4 (*)
     |    +--- com.android.tools:common:26.1.4 (*)
     |    +--- com.android.tools.build:manifest-merger:26.1.4
     |    |    +--- com.android.tools:common:26.1.4 (*)
     |    |    +--- com.android.tools:sdklib:26.1.4 (*)
     |    |    +--- com.android.tools:sdk-common:26.1.4 (*)
     |    |    +--- com.google.code.gson:gson:2.7
     |    |    +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    |    \--- net.sf.kxml:kxml2:2.3.0
     |    +--- com.android.tools.ddms:ddmlib:26.1.4 (*)
     |    +--- com.android.tools.analytics-library:protos:26.1.4
     |    |    \--- com.google.protobuf:protobuf-java:3.4.0
     |    +--- com.android.tools.analytics-library:shared:26.1.4
     |    |    +--- com.android.tools.analytics-library:protos:26.1.4 (*)
     |    |    +--- com.android.tools:annotations:26.1.4
     |    |    +--- com.android.tools:common:26.1.4 (*)
     |    |    +--- com.google.guava:guava:22.0 (*)
     |    |    \--- com.google.code.gson:gson:2.7
     |    +--- com.android.tools.analytics-library:tracker:26.1.4
     |    |    +--- com.android.tools:annotations:26.1.4
     |    |    +--- com.android.tools:common:26.1.4 (*)
     |    |    +--- com.android.tools.analytics-library:protos:26.1.4 (*)
     |    |    +--- com.android.tools.analytics-library:shared:26.1.4 (*)
     |    |    +--- com.google.protobuf:protobuf-java:3.4.0
     |    |    \--- com.google.guava:guava:22.0 (*)
     |    +--- com.android.tools.build:apksig:3.1.4
     |    +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    +--- com.squareup:javawriter:2.5.0
     |    +--- org.bouncycastle:bcpkix-jdk15on:1.56 (*)
     |    +--- org.bouncycastle:bcprov-jdk15on:1.56
     |    +--- org.ow2.asm:asm:5.1
     |    +--- org.ow2.asm:asm-tree:5.1
     |    |    \--- org.ow2.asm:asm:5.1
     |    +--- org.ow2.asm:asm-commons:5.1
     |    |    \--- org.ow2.asm:asm-tree:5.1 (*)
     |    +--- org.ow2.asm:asm-util:5.1
     |    |    \--- org.ow2.asm:asm-tree:5.1 (*)
     |    +--- it.unimi.dsi:fastutil:7.2.0
     |    +--- net.sf.jopt-simple:jopt-simple:4.9
     |    \--- com.googlecode.json-simple:json-simple:1.1
     +--- com.android.tools.build:builder-model:3.1.4 (*)
     +--- com.android.tools.external.com-intellij:intellij-core:26.1.4
     |    \--- org.jetbrains.trove4j:trove4j:20160824
     +--- com.android.tools.external.org-jetbrains:uast:26.1.4
     +--- com.android.tools.build:manifest-merger:26.1.4 (*)
     +--- com.android.tools.lint:lint:26.1.4
     |    +--- com.android.tools.lint:lint-checks:26.1.4
     |    |    +--- com.android.tools.lint:lint-api:26.1.4
     |    |    |    +--- com.android.tools:sdk-common:26.1.4 (*)
     |    |    |    +--- com.android.tools.build:builder-model:3.1.4 (*)
     |    |    |    +--- com.google.guava:guava:22.0 (*)
     |    |    |    +--- com.android.tools.lint:lint-kotlin:26.1.4
     |    |    |    |    +--- com.android.tools.external.com-intellij:intellij-core:26.1.4 (*)
     |    |    |    |    +--- com.android.tools.external.com-intellij:kotlin-compiler:26.1.4
     |    |    |    |    +--- com.android.tools.external.org-jetbrains:uast:26.1.4
     |    |    |    |    +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 (*)
     |    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    |    |    +--- com.android.tools.external.com-intellij:intellij-core:26.1.4 (*)
     |    |    |    +--- com.android.tools.external.org-jetbrains:uast:26.1.4
     |    |    |    +--- com.android.tools.build:manifest-merger:26.1.4 (*)
     |    |    |    +--- org.ow2.asm:asm:5.1
     |    |    |    +--- org.ow2.asm:asm-tree:5.1 (*)
     |    |    |    +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 (*)
     |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    |    +--- com.google.guava:guava:22.0 (*)
     |    |    +--- com.android.tools.external.com-intellij:intellij-core:26.1.4 (*)
     |    |    +--- com.android.tools.external.org-jetbrains:uast:26.1.4
     |    |    \--- org.ow2.asm:asm-analysis:5.1
     |    |         \--- org.ow2.asm:asm-tree:5.1 (*)
     |    +--- com.android.tools.lint:lint-kotlin:26.1.4 (*)
     |    +--- com.google.guava:guava:22.0 (*)
     |    +--- com.android.tools.external.org-jetbrains:uast:26.1.4
     |    +--- com.android.tools.external.com-intellij:kotlin-compiler:26.1.4
     |    +--- com.android.tools.build:manifest-merger:26.1.4 (*)
     |    +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 (*)
     |    \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     +--- com.android.tools.lint:lint-gradle-api:26.1.4
     |    +--- com.android.tools:sdklib:26.1.4 (*)
     |    +--- com.android.tools.build:builder-model:3.1.4 (*)
     |    +--- com.android.tools.build:gradle-api:3.1.4
     |    |    +--- com.android.tools.build:builder-model:3.1.4 (*)
     |    |    +--- com.android.tools.build:builder-test-api:3.1.4 (*)
     |    |    +--- com.google.guava:guava:22.0 (*)
     |    |    \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 (*)
     |    +--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)
     |    \--- com.google.guava:guava:22.0 (*)
     +--- org.codehaus.groovy:groovy-all:2.4.12
     +--- org.jetbrains.kotlin:kotlin-reflect:1.2.0 (*)
     \--- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 (*)

provided - Provided dependencies for 'main' sources (deprecated: use 'compileOnly' instead). (n)
No dependencies

releaseAnnotationProcessor - Classpath for the annotation processor for 'release'. (n)
No dependencies

releaseAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: release
\--- com.jakewharton:butterknife-compiler:8.8.1
     +--- com.jakewharton:butterknife-annotations:8.8.1
     |    \--- com.android.support:support-annotations:25.3.0
     +--- com.google.auto:auto-common:0.8
     |    \--- com.google.guava:guava:19.0
     \--- com.squareup:javapoet:1.9.0

releaseApi - API dependencies for 'release' sources. (n)
No dependencies

releaseApiElements - API elements for release (n)
No dependencies

releaseApk - Apk dependencies for 'release' sources (deprecated: use 'releaseRuntimeOnly' instead). (n)
No dependencies

releaseBundleElements - Bundle elements for release (n)
No dependencies

releaseCompile - Compile dependencies for 'release' sources (deprecated: use 'releaseImplementation' instead). (n)
No dependencies

releaseCompileClasspath - Resolved configuration for compilation for variant: release
+--- com.android.support:appcompat-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:collections:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- android.arch.lifecycle:runtime:1.1.1
|    |    |    +--- android.arch.lifecycle:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    +--- android.arch.core:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    \--- com.android.support:versionedparcelable:28.0.0
|    |         +--- com.android.support:support-annotations:28.0.0
|    |         \--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:cursoradapter:28.0.0
|    |    \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-core-utils:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:documentfile:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- android.arch.lifecycle:livedata:1.1.1
|    |    |    |    +--- android.arch.core:runtime:1.1.1
|    |    |    |    |    +--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    |    +--- android.arch.lifecycle:livedata-core:1.1.1
|    |    |    |    |    +--- android.arch.lifecycle:common:1.1.1 (*)
|    |    |    |    |    +--- android.arch.core:common:1.1.1 (*)
|    |    |    |    |    \--- android.arch.core:runtime:1.1.1 (*)
|    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    \--- android.arch.lifecycle:viewmodel:1.1.1
|    |    |         \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    +--- com.android.support:localbroadcastmanager:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:print:28.0.0
|    |         \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-fragment:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:support-core-ui:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    |    +--- com.android.support:customview:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:viewpager:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:coordinatorlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:drawerlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:slidingpanelayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:interpolator:28.0.0
|    |    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:swiperefreshlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:interpolator:28.0.0 (*)
|    |    |    +--- com.android.support:asynclayoutinflater:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    \--- com.android.support:cursoradapter:28.0.0 (*)
|    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0 (*)
|    |    \--- android.arch.lifecycle:viewmodel:1.1.1 (*)
|    +--- com.android.support:support-vector-drawable:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:animated-vector-drawable:28.0.0
|         +--- com.android.support:support-vector-drawable:28.0.0 (*)
|         \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.android.support.constraint:constraint-layout:1.1.3
|    \--- com.android.support.constraint:constraint-layout-solver:1.1.3
+--- com.jakewharton:butterknife:8.8.1
|    +--- com.jakewharton:butterknife-annotations:8.8.1
|    |    \--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    +--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    \--- com.android.support:support-compat:25.3.0 -> 28.0.0 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.4.1 -> 3.8.1
|    \--- com.squareup.okhttp3:okhttp:3.8.1 -> 3.10.0
|         \--- com.squareup.okio:okio:1.14.0
+--- com.android.support:recyclerview-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2
+--- com.squareup.retrofit2:retrofit:2.4.0
|    \--- com.squareup.okhttp3:okhttp:3.10.0 (*)
+--- com.squareup.okhttp3:okhttp:3.1.2 -> 3.10.0 (*)
+--- com.squareup.retrofit2:converter-gson:2.0.2
|    +--- com.squareup.retrofit2:retrofit:2.0.2 -> 2.4.0 (*)
|    \--- com.google.code.gson:gson:2.6.1
+--- io.reactivex.rxjava2:rxandroid:2.0.1
|    \--- io.reactivex.rxjava2:rxjava:2.0.1 -> 2.1.5
|         \--- org.reactivestreams:reactive-streams:1.0.1
+--- io.reactivex.rxjava2:rxjava:2.1.5 (*)
+--- com.squareup.retrofit2:converter-scalars:2.3.0
|    \--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
+--- com.squareup.retrofit2:adapter-rxjava2:2.3.0
|    +--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
|    \--- io.reactivex.rxjava2:rxjava:2.0.0 -> 2.1.5 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.8.1 (*)
+--- com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
+--- com.facebook.fresco:fresco:0.12.0
|    +--- com.facebook.fresco:drawee:0.12.0
|    |    +--- com.android.support:support-v4:23.2.1
|    |    |    \--- com.android.support:support-annotations:23.2.1 -> 28.0.0
|    |    \--- com.facebook.fresco:fbcore:0.12.0
|    +--- com.facebook.fresco:fbcore:0.12.0
|    \--- com.facebook.fresco:imagepipeline:0.12.0
|         +--- com.android.support:support-v4:23.2.1 (*)
|         +--- com.facebook.fresco:imagepipeline-base:0.12.0
|         |    +--- com.android.support:support-v4:23.2.1 (*)
|         |    +--- com.parse.bolts:bolts-tasks:1.4.0
|         |    +--- com.nineoldandroids:library:2.4.0
|         |    \--- com.facebook.fresco:fbcore:0.12.0
|         +--- com.parse.bolts:bolts-tasks:1.4.0
|         +--- com.nineoldandroids:library:2.4.0
|         \--- com.facebook.fresco:fbcore:0.12.0
\--- com.android.support:multidex:1.0.2

releaseCompileOnly - Compile only dependencies for 'release' sources. (n)
No dependencies

releaseImplementation - Implementation only dependencies for 'release' sources. (n)
No dependencies

releaseMetadataElements - Metadata elements for release (n)
No dependencies

releaseProvided - Provided dependencies for 'release' sources (deprecated: use 'releaseCompileOnly' instead). (n)
No dependencies

releaseRuntimeClasspath - Resolved configuration for runtime for variant: release
+--- com.android.support:appcompat-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:collections:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- android.arch.lifecycle:runtime:1.1.1
|    |    |    +--- android.arch.lifecycle:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    +--- android.arch.core:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    \--- com.android.support:versionedparcelable:28.0.0
|    |         +--- com.android.support:support-annotations:28.0.0
|    |         \--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:cursoradapter:28.0.0
|    |    \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-core-utils:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:documentfile:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- android.arch.lifecycle:livedata:1.1.1
|    |    |    |    +--- android.arch.core:runtime:1.1.1
|    |    |    |    |    +--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    |    +--- android.arch.lifecycle:livedata-core:1.1.1
|    |    |    |    |    +--- android.arch.lifecycle:common:1.1.1 (*)
|    |    |    |    |    +--- android.arch.core:common:1.1.1 (*)
|    |    |    |    |    \--- android.arch.core:runtime:1.1.1 (*)
|    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    \--- android.arch.lifecycle:viewmodel:1.1.1
|    |    |         \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    +--- com.android.support:localbroadcastmanager:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:print:28.0.0
|    |         \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-fragment:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:support-core-ui:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    |    +--- com.android.support:customview:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:viewpager:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:coordinatorlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:drawerlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:slidingpanelayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:interpolator:28.0.0
|    |    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:swiperefreshlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:interpolator:28.0.0 (*)
|    |    |    +--- com.android.support:asynclayoutinflater:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    \--- com.android.support:cursoradapter:28.0.0 (*)
|    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0 (*)
|    |    \--- android.arch.lifecycle:viewmodel:1.1.1 (*)
|    +--- com.android.support:support-vector-drawable:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:animated-vector-drawable:28.0.0
|         +--- com.android.support:support-vector-drawable:28.0.0 (*)
|         \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.android.support.constraint:constraint-layout:1.1.3
|    \--- com.android.support.constraint:constraint-layout-solver:1.1.3
+--- com.jakewharton:butterknife:8.8.1
|    +--- com.jakewharton:butterknife-annotations:8.8.1
|    |    \--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    +--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    \--- com.android.support:support-compat:25.3.0 -> 28.0.0 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.4.1 -> 3.8.1
|    \--- com.squareup.okhttp3:okhttp:3.8.1 -> 3.10.0
|         \--- com.squareup.okio:okio:1.14.0
+--- com.android.support:recyclerview-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2
+--- com.squareup.retrofit2:retrofit:2.4.0
|    \--- com.squareup.okhttp3:okhttp:3.10.0 (*)
+--- com.squareup.okhttp3:okhttp:3.1.2 -> 3.10.0 (*)
+--- com.squareup.retrofit2:converter-gson:2.0.2
|    +--- com.squareup.retrofit2:retrofit:2.0.2 -> 2.4.0 (*)
|    \--- com.google.code.gson:gson:2.6.1
+--- io.reactivex.rxjava2:rxandroid:2.0.1
|    \--- io.reactivex.rxjava2:rxjava:2.0.1 -> 2.1.5
|         \--- org.reactivestreams:reactive-streams:1.0.1
+--- io.reactivex.rxjava2:rxjava:2.1.5 (*)
+--- com.squareup.retrofit2:converter-scalars:2.3.0
|    \--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
+--- com.squareup.retrofit2:adapter-rxjava2:2.3.0
|    +--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
|    \--- io.reactivex.rxjava2:rxjava:2.0.0 -> 2.1.5 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.8.1 (*)
+--- com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
+--- com.facebook.fresco:fresco:0.12.0
|    +--- com.facebook.fresco:drawee:0.12.0
|    |    +--- com.android.support:support-v4:23.2.1
|    |    |    \--- com.android.support:support-annotations:23.2.1 -> 28.0.0
|    |    \--- com.facebook.fresco:fbcore:0.12.0
|    +--- com.facebook.fresco:fbcore:0.12.0
|    \--- com.facebook.fresco:imagepipeline:0.12.0
|         +--- com.android.support:support-v4:23.2.1 (*)
|         +--- com.facebook.fresco:imagepipeline-base:0.12.0
|         |    +--- com.android.support:support-v4:23.2.1 (*)
|         |    +--- com.parse.bolts:bolts-tasks:1.4.0
|         |    +--- com.nineoldandroids:library:2.4.0
|         |    \--- com.facebook.fresco:fbcore:0.12.0
|         +--- com.parse.bolts:bolts-tasks:1.4.0
|         +--- com.nineoldandroids:library:2.4.0
|         \--- com.facebook.fresco:fbcore:0.12.0
\--- com.android.support:multidex:1.0.2

releaseRuntimeElements - Runtime elements for release (n)
No dependencies

releaseRuntimeOnly - Runtime only dependencies for 'release' sources. (n)
No dependencies

releaseUnitTestAnnotationProcessorClasspath - Resolved configuration for annotation-processor for variant: releaseUnitTest
No dependencies

releaseUnitTestCompileClasspath - Resolved configuration for compilation for variant: releaseUnitTest
+--- com.android.support:appcompat-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:collections:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- android.arch.lifecycle:runtime:1.1.1
|    |    |    +--- android.arch.lifecycle:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    +--- android.arch.core:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    \--- com.android.support:versionedparcelable:28.0.0
|    |         +--- com.android.support:support-annotations:28.0.0
|    |         \--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:cursoradapter:28.0.0
|    |    \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-core-utils:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:documentfile:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- android.arch.lifecycle:livedata:1.1.1
|    |    |    |    +--- android.arch.core:runtime:1.1.1
|    |    |    |    |    +--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    |    +--- android.arch.lifecycle:livedata-core:1.1.1
|    |    |    |    |    +--- android.arch.lifecycle:common:1.1.1 (*)
|    |    |    |    |    +--- android.arch.core:common:1.1.1 (*)
|    |    |    |    |    \--- android.arch.core:runtime:1.1.1 (*)
|    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    \--- android.arch.lifecycle:viewmodel:1.1.1
|    |    |         \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    +--- com.android.support:localbroadcastmanager:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:print:28.0.0
|    |         \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-fragment:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:support-core-ui:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    |    +--- com.android.support:customview:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:viewpager:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:coordinatorlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:drawerlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:slidingpanelayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:interpolator:28.0.0
|    |    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:swiperefreshlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:interpolator:28.0.0 (*)
|    |    |    +--- com.android.support:asynclayoutinflater:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    \--- com.android.support:cursoradapter:28.0.0 (*)
|    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0 (*)
|    |    \--- android.arch.lifecycle:viewmodel:1.1.1 (*)
|    +--- com.android.support:support-vector-drawable:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:animated-vector-drawable:28.0.0
|         +--- com.android.support:support-vector-drawable:28.0.0 (*)
|         \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.android.support.constraint:constraint-layout:1.1.3
|    \--- com.android.support.constraint:constraint-layout-solver:1.1.3
+--- com.jakewharton:butterknife:8.8.1
|    +--- com.jakewharton:butterknife-annotations:8.8.1
|    |    \--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    +--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    \--- com.android.support:support-compat:25.3.0 -> 28.0.0 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.4.1 -> 3.8.1
|    \--- com.squareup.okhttp3:okhttp:3.8.1 -> 3.10.0
|         \--- com.squareup.okio:okio:1.14.0
+--- com.android.support:recyclerview-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2
+--- com.squareup.retrofit2:retrofit:2.4.0
|    \--- com.squareup.okhttp3:okhttp:3.10.0 (*)
+--- com.squareup.okhttp3:okhttp:3.1.2 -> 3.10.0 (*)
+--- com.squareup.retrofit2:converter-gson:2.0.2
|    +--- com.squareup.retrofit2:retrofit:2.0.2 -> 2.4.0 (*)
|    \--- com.google.code.gson:gson:2.6.1
+--- io.reactivex.rxjava2:rxandroid:2.0.1
|    \--- io.reactivex.rxjava2:rxjava:2.0.1 -> 2.1.5
|         \--- org.reactivestreams:reactive-streams:1.0.1
+--- io.reactivex.rxjava2:rxjava:2.1.5 (*)
+--- com.squareup.retrofit2:converter-scalars:2.3.0
|    \--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
+--- com.squareup.retrofit2:adapter-rxjava2:2.3.0
|    +--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
|    \--- io.reactivex.rxjava2:rxjava:2.0.0 -> 2.1.5 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.8.1 (*)
+--- com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
+--- com.facebook.fresco:fresco:0.12.0
|    +--- com.facebook.fresco:drawee:0.12.0
|    |    +--- com.android.support:support-v4:23.2.1
|    |    |    \--- com.android.support:support-annotations:23.2.1 -> 28.0.0
|    |    \--- com.facebook.fresco:fbcore:0.12.0
|    +--- com.facebook.fresco:fbcore:0.12.0
|    \--- com.facebook.fresco:imagepipeline:0.12.0
|         +--- com.android.support:support-v4:23.2.1 (*)
|         +--- com.facebook.fresco:imagepipeline-base:0.12.0
|         |    +--- com.android.support:support-v4:23.2.1 (*)
|         |    +--- com.parse.bolts:bolts-tasks:1.4.0
|         |    +--- com.nineoldandroids:library:2.4.0
|         |    \--- com.facebook.fresco:fbcore:0.12.0
|         +--- com.parse.bolts:bolts-tasks:1.4.0
|         +--- com.nineoldandroids:library:2.4.0
|         \--- com.facebook.fresco:fbcore:0.12.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

releaseUnitTestRuntimeClasspath - Resolved configuration for runtime for variant: releaseUnitTest
+--- com.android.support:appcompat-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:collections:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- android.arch.lifecycle:runtime:1.1.1
|    |    |    +--- android.arch.lifecycle:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    +--- android.arch.core:common:1.1.1
|    |    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    \--- com.android.support:versionedparcelable:28.0.0
|    |         +--- com.android.support:support-annotations:28.0.0
|    |         \--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:collections:28.0.0 (*)
|    +--- com.android.support:cursoradapter:28.0.0
|    |    \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-core-utils:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:documentfile:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- android.arch.lifecycle:livedata:1.1.1
|    |    |    |    +--- android.arch.core:runtime:1.1.1
|    |    |    |    |    +--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    |    +--- android.arch.lifecycle:livedata-core:1.1.1
|    |    |    |    |    +--- android.arch.lifecycle:common:1.1.1 (*)
|    |    |    |    |    +--- android.arch.core:common:1.1.1 (*)
|    |    |    |    |    \--- android.arch.core:runtime:1.1.1 (*)
|    |    |    |    \--- android.arch.core:common:1.1.1 (*)
|    |    |    \--- android.arch.lifecycle:viewmodel:1.1.1
|    |    |         \--- com.android.support:support-annotations:26.1.0 -> 28.0.0
|    |    +--- com.android.support:localbroadcastmanager:28.0.0
|    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:print:28.0.0
|    |         \--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-fragment:28.0.0
|    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    +--- com.android.support:support-core-ui:28.0.0
|    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    |    +--- com.android.support:customview:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    +--- com.android.support:viewpager:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:coordinatorlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:drawerlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:slidingpanelayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:customview:28.0.0 (*)
|    |    |    +--- com.android.support:interpolator:28.0.0
|    |    |    |    \--- com.android.support:support-annotations:28.0.0
|    |    |    +--- com.android.support:swiperefreshlayout:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    +--- com.android.support:support-compat:28.0.0 (*)
|    |    |    |    \--- com.android.support:interpolator:28.0.0 (*)
|    |    |    +--- com.android.support:asynclayoutinflater:28.0.0
|    |    |    |    +--- com.android.support:support-annotations:28.0.0
|    |    |    |    \--- com.android.support:support-compat:28.0.0 (*)
|    |    |    \--- com.android.support:cursoradapter:28.0.0 (*)
|    |    +--- com.android.support:support-core-utils:28.0.0 (*)
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    +--- com.android.support:loader:28.0.0 (*)
|    |    \--- android.arch.lifecycle:viewmodel:1.1.1 (*)
|    +--- com.android.support:support-vector-drawable:28.0.0
|    |    +--- com.android.support:support-annotations:28.0.0
|    |    \--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:animated-vector-drawable:28.0.0
|         +--- com.android.support:support-vector-drawable:28.0.0 (*)
|         \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.android.support.constraint:constraint-layout:1.1.3
|    \--- com.android.support.constraint:constraint-layout-solver:1.1.3
+--- com.jakewharton:butterknife:8.8.1
|    +--- com.jakewharton:butterknife-annotations:8.8.1
|    |    \--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    +--- com.android.support:support-annotations:25.3.0 -> 28.0.0
|    \--- com.android.support:support-compat:25.3.0 -> 28.0.0 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.4.1 -> 3.8.1
|    \--- com.squareup.okhttp3:okhttp:3.8.1 -> 3.10.0
|         \--- com.squareup.okio:okio:1.14.0
+--- com.android.support:recyclerview-v7:28.0.0
|    +--- com.android.support:support-annotations:28.0.0
|    +--- com.android.support:support-compat:28.0.0 (*)
|    \--- com.android.support:support-core-ui:28.0.0 (*)
+--- com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2
+--- com.squareup.retrofit2:retrofit:2.4.0
|    \--- com.squareup.okhttp3:okhttp:3.10.0 (*)
+--- com.squareup.okhttp3:okhttp:3.1.2 -> 3.10.0 (*)
+--- com.squareup.retrofit2:converter-gson:2.0.2
|    +--- com.squareup.retrofit2:retrofit:2.0.2 -> 2.4.0 (*)
|    \--- com.google.code.gson:gson:2.6.1
+--- io.reactivex.rxjava2:rxandroid:2.0.1
|    \--- io.reactivex.rxjava2:rxjava:2.0.1 -> 2.1.5
|         \--- org.reactivestreams:reactive-streams:1.0.1
+--- io.reactivex.rxjava2:rxjava:2.1.5 (*)
+--- com.squareup.retrofit2:converter-scalars:2.3.0
|    \--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
+--- com.squareup.retrofit2:adapter-rxjava2:2.3.0
|    +--- com.squareup.retrofit2:retrofit:2.3.0 -> 2.4.0 (*)
|    \--- io.reactivex.rxjava2:rxjava:2.0.0 -> 2.1.5 (*)
+--- com.squareup.okhttp3:logging-interceptor:3.8.1 (*)
+--- com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30
+--- com.facebook.fresco:fresco:0.12.0
|    +--- com.facebook.fresco:drawee:0.12.0
|    |    +--- com.android.support:support-v4:23.2.1
|    |    |    \--- com.android.support:support-annotations:23.2.1 -> 28.0.0
|    |    \--- com.facebook.fresco:fbcore:0.12.0
|    +--- com.facebook.fresco:fbcore:0.12.0
|    \--- com.facebook.fresco:imagepipeline:0.12.0
|         +--- com.android.support:support-v4:23.2.1 (*)
|         +--- com.facebook.fresco:imagepipeline-base:0.12.0
|         |    +--- com.android.support:support-v4:23.2.1 (*)
|         |    +--- com.parse.bolts:bolts-tasks:1.4.0
|         |    +--- com.nineoldandroids:library:2.4.0
|         |    \--- com.facebook.fresco:fbcore:0.12.0
|         +--- com.parse.bolts:bolts-tasks:1.4.0
|         +--- com.nineoldandroids:library:2.4.0
|         \--- com.facebook.fresco:fbcore:0.12.0
\--- junit:junit:4.12
     \--- org.hamcrest:hamcrest-core:1.3

releaseWearApp - Link to a wear app to embed for object 'release'. (n)
No dependencies

releaseWearBundling - Resolved Configuration for wear app bundling for variant: release
No dependencies

runtimeOnly - Runtime only dependencies for 'main' sources. (n)
No dependencies

testAnnotationProcessor - Classpath for the annotation processor for 'test'. (n)
No dependencies

testApi - API dependencies for 'test' sources. (n)
No dependencies

testApk - Apk dependencies for 'test' sources (deprecated: use 'testRuntimeOnly' instead). (n)
No dependencies

testCompile - Compile dependencies for 'test' sources (deprecated: use 'testImplementation' instead).
No dependencies

testCompileOnly - Compile only dependencies for 'test' sources. (n)
No dependencies

testDebugAnnotationProcessor - Classpath for the annotation processor for 'testDebug'. (n)
No dependencies

testDebugApi - API dependencies for 'testDebug' sources. (n)
No dependencies

testDebugApk - Apk dependencies for 'testDebug' sources (deprecated: use 'testDebugRuntimeOnly' instead). (n)
No dependencies

testDebugCompile - Compile dependencies for 'testDebug' sources (deprecated: use 'testDebugImplementation' instead). (n)
No dependencies

testDebugCompileOnly - Compile only dependencies for 'testDebug' sources. (n)
No dependencies

testDebugImplementation - Implementation only dependencies for 'testDebug' sources. (n)
No dependencies

testDebugProvided - Provided dependencies for 'testDebug' sources (deprecated: use 'testDebugCompileOnly' instead). (n)
No dependencies

testDebugRuntimeOnly - Runtime only dependencies for 'testDebug' sources. (n)
No dependencies

testDebugWearApp - Link to a wear app to embed for object 'testDebug'. (n)
No dependencies

testImplementation - Implementation only dependencies for 'test' sources. (n)
\--- junit:junit:4.12 (n)

testProvided - Provided dependencies for 'test' sources (deprecated: use 'testCompileOnly' instead). (n)
No dependencies

testReleaseAnnotationProcessor - Classpath for the annotation processor for 'testRelease'. (n)
No dependencies

testReleaseApi - API dependencies for 'testRelease' sources. (n)
No dependencies

testReleaseApk - Apk dependencies for 'testRelease' sources (deprecated: use 'testReleaseRuntimeOnly' instead). (n)
No dependencies

testReleaseCompile - Compile dependencies for 'testRelease' sources (deprecated: use 'testReleaseImplementation' instead). (n)
No dependencies

testReleaseCompileOnly - Compile only dependencies for 'testRelease' sources. (n)
No dependencies

testReleaseImplementation - Implementation only dependencies for 'testRelease' sources. (n)
No dependencies

testReleaseProvided - Provided dependencies for 'testRelease' sources (deprecated: use 'testReleaseCompileOnly' instead). (n)
No dependencies

testReleaseRuntimeOnly - Runtime only dependencies for 'testRelease' sources. (n)
No dependencies

testReleaseWearApp - Link to a wear app to embed for object 'testRelease'. (n)
No dependencies

testRuntimeOnly - Runtime only dependencies for 'test' sources. (n)
No dependencies

testWearApp - Link to a wear app to embed for object 'test'. (n)
No dependencies

wearApp - Link to a wear app to embed for object 'main'. (n)
No dependencies

(*) - dependencies omitted (listed previously)

(n) - Not resolved (configuration is not meant to be resolved)


BUILD SUCCESSFUL in 7s
2 actionable tasks: 2 executed

我这里引入的fresco 发现 内部引用了v4包,但是我们这里并没有引入。所以直接在项目里加入 v4包的依赖就好了
如:

implementation 'com.android.support:support-v4:28.0.0'

直接添加编译运行通过,安装成功

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

有时有晌

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值