• <bdo id='43oKO'></bdo><ul id='43oKO'></ul>
    <i id='43oKO'><tr id='43oKO'><dt id='43oKO'><q id='43oKO'><span id='43oKO'><b id='43oKO'><form id='43oKO'><ins id='43oKO'></ins><ul id='43oKO'></ul><sub id='43oKO'></sub></form><legend id='43oKO'></legend><bdo id='43oKO'><pre id='43oKO'><center id='43oKO'></center></pre></bdo></b><th id='43oKO'></th></span></q></dt></tr></i><div id='43oKO'><tfoot id='43oKO'></tfoot><dl id='43oKO'><fieldset id='43oKO'></fieldset></dl></div>
  • <legend id='43oKO'><style id='43oKO'><dir id='43oKO'><q id='43oKO'></q></dir></style></legend>
    <tfoot id='43oKO'></tfoot>

    <small id='43oKO'></small><noframes id='43oKO'>

      1. 清单合并错误 - 不同版本的支持库

        时间:2023-07-14
          <tbody id='naBVp'></tbody>

        <legend id='naBVp'><style id='naBVp'><dir id='naBVp'><q id='naBVp'></q></dir></style></legend>

        <small id='naBVp'></small><noframes id='naBVp'>

      2. <i id='naBVp'><tr id='naBVp'><dt id='naBVp'><q id='naBVp'><span id='naBVp'><b id='naBVp'><form id='naBVp'><ins id='naBVp'></ins><ul id='naBVp'></ul><sub id='naBVp'></sub></form><legend id='naBVp'></legend><bdo id='naBVp'><pre id='naBVp'><center id='naBVp'></center></pre></bdo></b><th id='naBVp'></th></span></q></dt></tr></i><div id='naBVp'><tfoot id='naBVp'></tfoot><dl id='naBVp'><fieldset id='naBVp'></fieldset></dl></div>

              <tfoot id='naBVp'></tfoot>
                • <bdo id='naBVp'></bdo><ul id='naBVp'></ul>
                  本文介绍了清单合并错误 - 不同版本的支持库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在添加步进指标库 -

                  I'm adding the stepper indicator library - https://github.com/badoualy/stepper-indicator - to my project. To do so, I added jitpack to my project gradle file and the stepper-indicator library to my app gradle file. However, I'm getting the following build error:

                  Error:Execution failed for task ':app:processDebugManifest'.
                  > Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(25.4.0) from [com.android.support:preference-v14:25.4.0] AndroidManifest.xml:25:13-35
                      is also present at [com.android.support:appcompat-v7:26.0.0-beta2] AndroidManifest.xml:28:13-41 value=(26.0.0-beta2).
                      Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:23:9-25:38 to override.
                  

                  The other dependencies in my app include:

                  compile 'com.android.support:preference-v7:25.4.0'
                  compile 'com.android.support:preference-v14:25.4.0'
                  compile 'eu.davidea:flexible-adapter:5.0.0-rc2'
                  compile 'com.android.support:appcompat-v7:25.4.0'
                  compile 'com.android.support:recyclerview-v7:25.4.0'
                  compile 'com.android.support:cardview-v7:25.4.0'
                  compile 'com.android.support:support-v4:25.4.0'
                  compile 'com.android.support.constraint:constraint-layout:1.0.2'
                  compile 'com.google.android.gms:play-services-gcm:11.0.2'
                  compile 'com.google.android.gms:play-services-auth:11.0.2'
                  compile 'com.google.android.gms:play-services-ads:11.0.2'
                  compile 'com.google.firebase:firebase-messaging:11.0.2'
                  compile 'com.google.firebase:firebase-auth:11.0.2'
                  compile 'com.squareup.okhttp3:okhttp:3.8.1'
                  

                  Without upgrading all of the android support libraries to an alpha version, is there a solution to this problem?

                  解决方案

                  In build.gradle you can exclude conflicting dependencies. For example:

                  compile ('com.github.badoualy:stepper-indicator:1.0.7'){ 
                      exclude group: 'com.android.support', module: 'appcompat-v7' 
                  }
                  

                  To inspect dependencies, you can use Gradle toolbar in Android Studio -> application module -> tasks -> android -> androidDependencies

                  Update:

                  这篇关于清单合并错误 - 不同版本的支持库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:具有其他项目依赖项的 Eclipse 插件项目 下一篇:根据一个源文件的依赖关系创建 Java Eclipse 项目的子集

                  相关文章

                    <bdo id='gckOw'></bdo><ul id='gckOw'></ul>

                  1. <small id='gckOw'></small><noframes id='gckOw'>

                    <legend id='gckOw'><style id='gckOw'><dir id='gckOw'><q id='gckOw'></q></dir></style></legend>
                  2. <i id='gckOw'><tr id='gckOw'><dt id='gckOw'><q id='gckOw'><span id='gckOw'><b id='gckOw'><form id='gckOw'><ins id='gckOw'></ins><ul id='gckOw'></ul><sub id='gckOw'></sub></form><legend id='gckOw'></legend><bdo id='gckOw'><pre id='gckOw'><center id='gckOw'></center></pre></bdo></b><th id='gckOw'></th></span></q></dt></tr></i><div id='gckOw'><tfoot id='gckOw'></tfoot><dl id='gckOw'><fieldset id='gckOw'></fieldset></dl></div>
                    <tfoot id='gckOw'></tfoot>