Help in fixing APK Install Issue on Android 12: Missing 'android:exported' Property

It is probably because of an extension that doesn’t declare this property. You can solve it by editing the manifest.xml file and adding exported:true or exported:false in the services that don’t have it.
More about how to do it here: New App API Level 31 In Console