AndroidManifest.xml file not found

前端 未结 12 2119
清酒与你
清酒与你 2020-12-09 03:20

I\'m using git, and creating lots of git branches for new features on a project I\'m working on. Every once in a while, I\'ll create a new branch off master as usual (let\'s

12条回答
  •  醉话见心
    2020-12-09 03:55

    While my IDE is IDEA13 with maven. Work fine with maven in command line, while using IDEA run( shift + F10) show this error. I do as below and fix this: 1.Open .iml in the project root.
    2.Find some line like:

    3.Remove this line or change value to false. This is my work way.
    May Help.

提交回复
热议问题