Page 2 of 2

Re: Problem with new app in google play console

Posted: Thu Oct 06, 2022 8:40 pm
by xabierpayet
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.

Re: Problem with new app in google play console

Posted: Wed Oct 12, 2022 9:35 pm
by airsoftsoftwair
xabierpayet wrote: 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
Hmm, strange. I'll check what's wrong there.

Re: Problem with new app in google play console

Posted: Thu Oct 13, 2022 1:14 am
by xabierpayet
thanks, i don't know how solve it, i uninstall and reinstall android studio with no luck

Re: Problem with new app in google play console

Posted: Mon Oct 17, 2022 7:51 pm
by airsoftsoftwair
The problem with setting the target API requirement has now been fixed in the APK Compiler 4.2 which has just been released. I'm not able to reproduce the signing issues you experienced. I've successfully published an app compiled by APK Compiler 4.2 on Google Play so I don't think the signing issue is related to the APK Compiler. Maybe something wrong in your Developer Console settings... lately this has been getting more and more crammed with all sorts of options and switches.