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

前端 未结 11 1716
天涯浪人
天涯浪人 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 22:04

    In my case, it was my AndroidManifest.xml file, it was all messed up due to a new library that I added in my build.gradle. So I took the AndroidManifest.xml from my latest commit on Git and I replaced it the current one, and also my settings.gradle was empty so I added include ':app'.

    Hope it helps, and happy coding !

提交回复
热议问题