INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

后端 未结 3 1784
余生分开走
余生分开走 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:33

    if you are trying to add .9.png files to your app , you need to define your xml file source in your main activity meta-data part as an android resource , this solved my problem:

         
    

提交回复
热议问题