Android Studio: Android Manifest doesn't exists or has incorrect root tag

前端 未结 11 1718
天涯浪人
天涯浪人 2020-11-29 21:31

I got this error on Android Studio (AS): \"enter

How I got it:

I created an

11条回答
  •  庸人自扰
    2020-11-29 21:54

    I ran into a similar problem. Looks like my .../src directory for whatever reason moved under my .../lib directory. I moved it out of the /lib directory. Now both /lib and /src are at the same level. After a couple of clean rebuilds and restarts of Android studio everything is back to normal. My emulator started up fine.

    You might want to check your directory structure. Compare the directory structure with a working project. You might be able to see the difference.

提交回复
热议问题