Android Studio : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

后端 未结 3 399
隐瞒了意图╮
隐瞒了意图╮ 2021-01-05 23:11

I\'ve looked at other postings about the INSTALL_PARSE_FAILED_MANIFEST_MALFORMED but still can\'t figure out what\'s wrong with my particular manifest. Any sugg

3条回答
  •  春和景丽
    2021-01-05 23:37

    In my case the package name had a capital letter. After changing to all small letters the app got installed successfully

提交回复
热议问题