IT_Programming/Dev Tools

[펌][Android Studio] The version of Gradle you are using (3.3) does not support the forTasks() method on BuildActionExecuter.

JJun ™ 2017. 12. 26. 03:24



 출처

 : https://stackoverflow.com/a/44209507






I've just had the same issue. Fixed it by changing Gradle distributionUrl in "gradle-wrapper.properties".

Here is what I have configured:

#Wed Mar 22 16:13:58 BRT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

for more details

Offical video to help migaration https://www.youtube.com/watch?v=oBsbI8ICYKg