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 ?