AndroidManifest.xml file not found

前端 未结 12 2117
清酒与你
清酒与你 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条回答
  •  旧时难觅i
    2020-12-09 04:12

    I know the problem in IDEA because you create a new project with Java configuration (not android, but with android sdk dependency)

    File > New Project > Java (Java Module) > Project SDK Android 4.X
    

    Here is the solution :

    File > New Project > Android (Application Module)
    

提交回复
热议问题