There are unrecoverable errors which must be corrected first

前端 未结 4 828
名媛妹妹
名媛妹妹 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条回答
  •  -上瘾入骨i
    2021-01-05 10:55

    The error is saying that your project depends on google_Play_Service_Lib and android studio is not able to find that dependency, but what android studio did is giving you the path where you can paste that library and then you will able to import that project.

    first download google_service_lib from

    https://github.com/aporter/coursera-android/tree/master/Examples/google-play-services_lib

    or

    https://github.com/MobileChromeApps/google-play-services

    and now paste that in

    E:\android\CFPEvents\cfp-android-user

    now again import..

提交回复
热议问题