Issue on Capacitor 3.2.5 While building in android studio #5140
Unanswered
anuroopfrancis1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error "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. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details."Fixed by adding android:exported="true" in all with intent-filter for eg:
This have to updated in the new capacitor release
Beta Was this translation helpful? Give feedback.
All reactions