1

Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED Installation failed due to: 'null'

Session 'app': Installation did not succeed.
                The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
                Retry

1 Answers1

1

Check following things in manifest file.

Check your Activity name in manifest file.

or the Package name in main activity/class

<activity android:name="MainActivity"></activity>

Check permission tags in manifest tag in manifest file or package name should not contain any capital letters.

More information can found here.

Muazzam A.
  • 647
  • 5
  • 17