1
如何解決此錯誤?Android Studio清單合併失敗
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute meta-data#[email protected] value=(26.0.0-alpha1) from [com.android.support:appcompat-v7:26.0.0-alpha1] AndroidManifest.xml:27:9-38
is also present at [com.android.support:gridlayout-v7:25.3.1] AndroidManifest.xml:24:9-31 value=(25.3.1).
Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:25:5-27:41 to override.
您正在使用支持庫的多個版本,直接或通過傳遞依賴項。看看你的模塊的'build.gradle'文件(例如'app/build.gradle')。 – CommonsWare
您正在使用多個版本的支持庫 –