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

前端 未结 11 1694
陌清茗
陌清茗 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:19

    1. Close your Android Studio
    2. Goto C:\Users\user\.AndroidStudioX.X\system and DELETE the cache folder
    3. Launch the Sndroid Studio
    4. Goto Build (menu) -> Clean Project when done click the Build (menu) again and click rebuild project.

    That should solve the problem.

提交回复
热议问题