0

Screenshot of Android Studio

1

How do I resolve the an error in Android Studio as below: Caused by: java.lang.RuntimeException: Manifest merger failed with multiple errors, see logs.

I have attached an Image with my question please see it once and Help me resolve my error.

Rob
  • 14,746
  • 28
  • 47
  • 65
Sergio
  • 11
  • 1
    **DO NOT post images of code, data, error messages, etc.** - copy or type the text into the question. [ask] – Rob Feb 12 '23 at 08:23
  • 1
    Does this answer your question? https://stackoverflow.com/questions/34379187/manifest-merger-failed-with-multiple-errors If so, delete this one. – Rob Feb 12 '23 at 08:24

1 Answers1

0

Check your gradle files. I would suggest you to create new project and copy content in gradle to existing project and add required dependencies. Error is usually caused by incompatible version of java. Download latest Android studio and set jdk to java 17.

Check this link

Vidyesh Churi
  • 1,899
  • 1
  • 24
  • 33