Skip to content Skip to sidebar Skip to footer

Android Studio 4.1.1 Where I Get Detal About Error? A Failure Occurred While Executing Com.android.build.gradle.internal.tasks.workers$actionfacade

Hi, after upgrading to Android Studio 4.1.1 and classpath 'com.android.tools.build:gradle:4.1.1' I get an error for Rebuild Project, Debug and Run Execution failed for task ':app:

Solution 1:

I had the same problem and use this to fix.

In gradle-wrapper properties I defined Gradle version 6.1.1

distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip

And in the project build.gradle I set version 4.0.2

classpath 'com.android.tools.build:gradle:4.0.2'

Font: Cannot build a project due to play-services-base-17.1.0.aar transformation error

Post a Comment for "Android Studio 4.1.1 Where I Get Detal About Error? A Failure Occurred While Executing Com.android.build.gradle.internal.tasks.workers$actionfacade"