Skip to content Skip to sidebar Skip to footer

Execution Failed For Task : 'app.transformclasseswithdesugarfordebug'. After Importing Project To Android Studio 3.0.1

I was unable to run the application in android studio 3.0.1(stable one). Earlier it was good in android version 2.3.2, but facing this issue in this version of android studio. As

Solution 1:

I was also getting the same problem in Ionic3.So just run these commands..

  1. cordova clean android
  2. ionic cordova build android

After performing 2 command you will get your .apk file

Solution 2:

Clean your project and update all possible libs.

Solution 3:

I also got same problem, Issue were resolved using following line.

Open gradle.properties and add "android.enableD8.desugaring = true"

Post a Comment for "Execution Failed For Task : 'app.transformclasseswithdesugarfordebug'. After Importing Project To Android Studio 3.0.1"