“AndroidManifest.xml doesn't exist or has incorrect root tag” Error

前端 未结 11 1657
陌清茗
陌清茗 2021-01-17 07:29

I am new to AndroidStudio AND Gradle.

I imported a project from eclipse, created a module, and tried to run the project, but I got this error:

Androi         


        
11条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-17 08:12

    Every Android project needs a file called AndroidManifest.xml to tell Android about itself. Either your project doesn't have one, or it's not in the place that Android Studio expects it to be. Try to find it, and move it to the root folder of the project.

提交回复
热议问题