Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is anyone else is having issue using Java 8 with Android Studio 3.0?

I have issue with Java 8 when I use

 compileOptions {
                sourceCompatibility JavaVersion.VERSION_1_8
                targetCompatibility JavaVersion.VERSION_1_8
            }

I Get Error

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 
like image 663
Mahesh Vayak Avatar asked Dec 20 '17 07:12

Mahesh Vayak


1 Answers

Just update your build tools . It should be solved in build tools 3.0.0-beta4 .

like image 57
6155031 Avatar answered Oct 15 '22 01:10

6155031