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

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

    What helped for me was:

    • delete .gradle/ folder
    • delete .idea/ folder
    • delete ****.idea*** file
    • reopen Android Studio
    • import from gradle as Android Studio then suggests

提交回复
热议问题