Could not find com.android.tools.build:gradle:3.5

后端 未结 6 1864
误落风尘
误落风尘 2021-01-03 22:47

I\'m trying to update gradle from 1.3.1 to 3.5, as some of my dependencies requires version 3.3 or above.

I\'ve seen similar questions, but none of them help.

<
6条回答
  •  抹茶落季
    2021-01-03 23:16

    You may need to save your build.gradle (for whatever reason, Android Studio doesn't always save your latest changes, as I found even with Android Studio 3.5.3, the gradle sync kept failing even after I had changed the classpath line, and it only picked up the new value after saving the build.gradle file)

提交回复
热议问题