Problem parsing package when installing built app on new mobile devices

Im trying to build my app for android devices but the app is not getting installed on android devices with android version higher than 11
I tried these step’s but still not working :

  • Write permission : Internal

  • Install location : Automatic

  • Maximum API Level : 32

  • Scripting backend : IL2CPP

  • Target Architecture : ARMv7 ARM64 x86

still not working on android 12 and above
what should I do ?

From Android 12, it needs exported flag in your manifest file. There are many posts on this forum. Please have a look at [this]( Game Doesn't Install on Android 12 from Playstore page-2#post-8547650).

First try installing the apk from terminal/command prompt via adb and see what exactly is the error log.