Error:(42, 0) Gradle DSL method not found: 'implementation()'
Possible causes:<ul><li>The project 'JwipcMdaServer' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
<a href="fixGradleElements">Upgrade plugin to version 2.3.0 and sync project</a></li><li>The project 'JwipcMdaServer' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>

 

 

我用的是android studio 2.3版本 不支持 implementation或者api 

改成 compile 的依赖方式即可

 

Error:(42, 0) Gradle DSL method not found: ‘implementation()‘

相关文章:

  • 2021-10-22
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2021-06-12
  • 2021-11-29
  • 2021-11-13
  • 2021-07-19
  • 2021-11-30
相关资源
相似解决方案