Android manifest attribute not allowed here

后端 未结 11 1946
自闭症患者
自闭症患者 2021-02-18 13:28

I have several manifest errors regarding some attributes . I have not made any changes to the manifest the application generated automatically yet i get several errors. *( I\'m

11条回答
  •  时光取名叫无心
    2021-02-18 13:58

    Most Probably, you are modifying the wrong Manifest.xml. When you attempt to run your code, it creates temporary files which might be what you are editing.

提交回复
热议问题