ERROR: Failed to resolve: com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5
TalbotGooday opened this issue · 5 comments
I've got the error: ERROR: Failed to resolve: com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5 when updated Gradle
classpath 'com.android.tools.build:gradle:3.5.2'
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
Same problem
@TalbotGooday just download jar
Hi @nv95, @TalbotGooday !
Unfortunately, Gradle-6.0.1
is not supported by Android Gradle plugin com.android.tools.build:gradle:3.5.2
You can check it here:
https://developer.android.com/studio/releases/gradle-plugin
Please, use:
distributionUrl = https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
and everything will be ok.
Hi. After 6 month we have this gradle version by default in new android project. Still have to downgrade?
Thanks