记录解决:Execution failed for task ':app:transformClassesWithDesugarForDebug'
> Task :app:transformClassesWithDesugarForDebug FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:transformClassesWithDesugarForDebug'.> com....
·
> Task :app:transformClassesWithDesugarForDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformClassesWithDesugarForDebug'.
> com.android.build.api.transform.TransformException: java.lang.RuntimeException: java.lang.RuntimeException: com.android.ide.common.process.ProcessException: Error while executing java process with main class com.google.devtools.build.android.desugar.Desugar with arguments
AS报上面的错,解决方式在gradle.properties中添加 android.enableD8.desugaring = true
更多推荐



所有评论(0)