There are unrecoverable errors which must be corrected first

前端 未结 4 876
名媛妹妹
名媛妹妹 2021-01-05 10:37

I have ADT Eclipse Project and I want to just import that project in android studio.

But I got this error There are unrecoverable errors which must be corrected firs

4条回答
  •  没有蜡笔的小新
    2021-01-05 10:59

    Above answers are right but it seems it is only the First Step on the way to solving this issue because I had faced the same issue.

    So what can be done?

    First Step

    • First download google_service_libary not only jar and now paste that in E:\android\CFPEvents\cfp-android-user(path of your project folder).

    Second Step

    • Close your project

    • Back up your project

    • Delete the .idea folder in the root directory of the project

    • Delete all the .iml files in your project

    • Import your project in Android Studio, and in the dialog that prompts you for a file, choose the build.gradle file.

    After this you should be good to go.

提交回复
热议问题