-1

Manifest merger failed Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined.

Arkashish
  • 1
  • 1
  • 1
    start reading [Why not upload images of code/errors when asking a question](https://meta.stackoverflow.com/a/285557/16320675) – user16320675 Jan 30 '22 at 22:01
  • 1
    Why not do a simple search before creating a new question? https://stackoverflow.com/q/67412084/11880323 – cmak Jan 30 '22 at 22:32
  • You need to put `exported="true"` inside the `` - see the [linked answers](https://stackoverflow.com/questions/67412084/manifest-merger-failed-apps-targeting-android-12-android-studio-error) for examples of correct formatting. – Tyler V Jan 31 '22 at 02:13

1 Answers1

0

You should add in Manifest at Activity Main, android:exported = "true" like this https://miro.medium.com/max/1338/1*eT0nvNesYdHi06LqV6m6mg.png