Re: Problem with new app in google play console
Posted: Thu Oct 06, 2022 8:40 pm
when i use build.gradle i have ever the same error, if i tur off the build.gradle option i can compile it without problem
> Task :app:processArm7DebugMainManifest FAILED
C:\Users\manontropo\AppData\Local\AirsoftSoftwair\APKCompiler\com.periodictable.dev4\app\src\main\AndroidManifest.xml 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/top ... t#exported for details.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processArm7DebugMainManifest'.
> 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. See https://developer.android.com/guide/top ... t#exported for details.
> Task :app:processArm7DebugMainManifest FAILED
C:\Users\manontropo\AppData\Local\AirsoftSoftwair\APKCompiler\com.periodictable.dev4\app\src\main\AndroidManifest.xml 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/top ... t#exported for details.
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processArm7DebugMainManifest'.
> 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. See https://developer.android.com/guide/top ... t#exported for details.