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 的依赖方式即可