gradle的版本 随 Android Studio的版本
https://www.jianshu.com/p/148576ce44d3
我们在打开项目时,如果studio出现了如下的问题
Error:Unable to find method 'com.android.build.gradle.tasks.factory.AndroidJavaCompile.setDependencyCacheDir(Ljava/io/File;)V'.Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.Stop Gradle build processes (requires restart)
Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.
那就是我们的gradle的版本出现问题,在不同版本的studio上gradle对应了不同,我们需要修改我们的当前studio对应的版本,其实这个版本跟随Android Studio的版本走的,
比如我的Androidstudio版本是2.3 版本,那么使用的是gradle-3.3-all版本,
如果Androidstudio版本是2.2,则是gradle-3.2-all版本。
如果Androidstudio版本是3.0.1,则是gradle-4.1-all版本。
一般我们本机都会有对应得gradle版本,gradle的目录一般都是在