Error:Failed to complete Gradle execution. Cause: The version of Gradle you are using (3.3) does not support the forTasks() method on BuildActionExecuter. Support for this is available in Gradle 3.5 and all later versions.Android studio ile proje yi apk ya çevirmeye çalıştığımda aldığım hata bu arkadaşlar bu hatayı nasıl çözebilirim.
Bu hatayı nasıl düzeltebilirim
2
●493
- 01-11-2017, 21:50:39
- 02-11-2017, 02:34:11Merhebalar,
Öncelikle projenizdeki " gradle-wrapper.properties " dosyasını açmalısınız. Daha sonra
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
Kodunu,
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
veya
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
olarak değiştirirseniz sorun çözülür. İyi forumlar