INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

后端 未结 3 1805
余生分开走
余生分开走 2020-12-11 08:01

I tried everything, renaming the package, changing the permissions etc, still i see the error INSTALL_PARSE_FAILED_MANIFEST_MALFORMED on my console.

I tried logging

3条回答
  •  被撕碎了的回忆
    2020-12-11 08:37

    There is more than one problem as RC. and I found out.

    • Change all your package names to lowercase
    • Update the attribute to have a valid value.

    Correct code for the meta data:

    
    

    Sources:

    • Google Play Services v13 error meta-data in AndroidManifest
    • Why should java package name be lowercase?

提交回复
热议问题