gregkorossy / Android-Support-Preference-V7-Fix

Android androidx.preference support library has some issues, this lib tries to fix them.
https://discord.gg/87NVsSK
Apache License 2.0
497 stars 46 forks source link

Version conflict #94

Closed mcxinyu closed 7 years ago

mcxinyu commented 7 years ago

Error:Execution failed for task ':app:processHousiDebugManifest'.

Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(25.4.0) from [com.android.support:design:25.3.1] AndroidManifest.xml:27:9-31 is also present at [com.android.support:preference-v14:26.1.0] AndroidManifest.xml:25:13-35 value=(26.1.0). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:23:9-25:38 to override.

gregkorossy commented 7 years ago

The latest version of the library uses the latest version of the support libraries (26.1.0 at the time of writing this). You need to either upgrade your app to use 26.1.0 support libraries or use an older version of this library. You can see the available older versions here.