Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED?

There could be another reason for this error. The attribute

android:taskAffinity="string" 

Should always start with a dot, like:

android:taskAffinity=".string" 

Leave a Comment