I am developing a small application that lists all the applications present/ installed on the android device. But I'm getting the below error while i'm trying to run the code.
Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
Please can any one help me to sort out this error.
There could be another reason for this error. The attribute
android:taskAffinity="string"
Should always start with a dot, like:
android:taskAffinity=".string"
Activity name should be prefixed with "." in your manifest file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With