AndroidManifest.xml file not found

前端 未结 12 2093
清酒与你
清酒与你 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:53

    If you are using Maven, backup the project and close it. Open IntelliJ and select Open..., choose the pom.xml file and then select yes to open this project. Because there is already a project a popup should appear, choose 'Delete Existing Project and Import'.

    Note: I'm using IntelliJ Community Edition version 13

提交回复
热议问题