检出Android studio中的grdle配置;
示例:
project中的com.android.tools.build:gradle版本号为:2.3.3
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}

则对应gradle目录下的wrapper文件家中的gradle-wrapper.properties中的distributionUrl的版本号为:gradle-3.3-all.zip
Could not find matching constructor for: org.gradle.util.Clock()
对应studio中国的gradle配置文件也为3.3
Could not find matching constructor for: org.gradle.util.Clock()

相关文章:

  • 2021-10-25
  • 2021-10-08
  • 2021-08-28
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-11-02
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2021-06-08
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案