Skip to content Skip to sidebar Skip to footer

When Will Push Kit Include The Android:exported Attributes Required For Android 12?

The latest version of Push Kit (5.3.0.304) displays an error when compiling targetting Android 12: Installation failed due to: 'INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed par

Solution 1:

Update:

Just confirmed with the team, pls upgrade the push kit version to 6.1.0.300 will solve your problem.

    // push kit
    implementation 'com.huawei.hms:push:6.1.0.300'

Thanks for your feedback, As confirmed by the team, we will release a version for Android 12 as soon as possible,and will let you know when it's released.


Solution 2:

Please post more details of the Androidmanifest.xml file. Following functional configuration is provided for your reference. It works with or without the “exported” attribute on Huawei HMS devices.

Manifest file enter image description here


Post a Comment for "When Will Push Kit Include The Android:exported Attributes Required For Android 12?"