Unable to resolve dependency Android Studio 3.0

前端 未结 10 493
一整个雨季
一整个雨季 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:17

    Short story:

    Downgrade to Gradle 4.2.1

    Long story:

    I was using Gradle version 4.3 based on the answer here as that question was my error. After doing that change than I started having your problem.

    Downgrading to version 4.2.1 your problem went away. Now I have to go back to the previous problem.

    I also had this problem while compiling my project with Android Studio 3.0 and gradle plugin 3.0.0

    If I will have other problems I will post here the updates

提交回复
热议问题