Problem with new app in google play console

Find quick help here to get you started with Hollywood
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post 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.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post 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.
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Problem with new app in google play console

Post by xabierpayet »

thanks, i don't know how solve it, i uninstall and reinstall android studio with no luck
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with new app in google play console

Post 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.
Post Reply