-2

Merging Errors:

Error: Attribute meta-data#android.support.VERSION@value value=(26.0.1) from AndroidManifest.xml:23:13-35 is also present at AndroidManifest.xml:25:13-35 value=(26.1.0). Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:21:9-24:15 to override.

InsaneCat
  • 2,115
  • 5
  • 21
  • 40

1 Answers1

0

You have the answer in the error report. Read it.

Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:21:9-24:15 to override.

Add tools:replace="android:value" in your manifest file.

check this question Manifest merger failed error. It is explained very clear

Tomin B Azhakathu
  • 2,656
  • 1
  • 19
  • 28