any one can help me with this issue : i updated al...
# android
h
any one can help me with this issue : i updated all activities on manifest to android:exported=true but is still not fixed
Copy code
Installation failed due to: 'Failed to commit install session 169461024 with command package install-commit 169461024. Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl169461024.tmp/base.apk (at Binary XML file line #139): com.common.broadcast.NetworkBroadCastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
😶 3
r
Check your merged manifest. There is the possibility that a library you are using hasn’t been updated and is causing that problem. In that case you can add a directive in the manifest to handle that specific node.
🌹 1
124 Views