Unable to resolve dependency Android Studio 3.0

前端 未结 10 492
一整个雨季
一整个雨季 2020-12-04 21:38

It\'s good to have a Updated Android Studio 3.0. But I am facing a problem with Android Studio 3.0, I just created a new project in

10条回答
  •  失恋的感觉
    2020-12-04 22:33

    I am facing similar error day before yesterday. Just solved it here

    Moreover, as mentioned in the latest gradle release notes , you should avoid using dynamic dependencies with version number as:

    com.facebook.android:account-kit-sdk:4.+
    

    Try to replace it with appropriate version number as 4.0.0 or latest. Hope it solves the problem.

提交回复
热议问题