AndroidManifest.xml file not found

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

    I use IntelliJ Idea and found next solution: in the root of the project (in catalog with root build.gradle) create file settings.gradle which consist include ':app' Than go to IDE and run Gradle - refresh.

提交回复
热议问题