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

前端 未结 11 1714
天涯浪人
天涯浪人 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

    I had the same errormessage and noticed I had 2 MYPROJECTNAME.iml files, but with a different casing of MYPROJECTNAME. I created this situation after checking out from SVN the project into a directory with the casing error. Just throw away the IML file with the wrong casing, after saving the content of both and use the content that works

提交回复
热议问题