0

I have an error when i make a new project with Android Studio 3.0
And when ever i try to start Android Studio

Here is the 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:design:25.4.0] AndroidManifest.xml:28:13-35 is also present at [com.android.support:transition:25.4.0] AndroidManifest.xml:26:13-31 value=(26). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:26:9-28:38 to override.

Here is the Error

Zoe
  • 27,060
  • 21
  • 118
  • 148
  • the log say the answer: Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml – David Hackro Nov 10 '17 at 19:37
  • Can you post your `build.gradle` file? It seems like you have conflicting support library versions in it. – zsmb13 Nov 10 '17 at 19:37
  • see answer by Vishal worked for me: https://stackoverflow.com/questions/43280871/android-getting-manifest-merger-failed-error-after-update-to-new-version-of-grad – Vinay Jan 03 '18 at 13:51

0 Answers0