Error:transformClassesWithRetrolambdaForRelease
Hi, i got this error: Error:Execution failed for task ':PrjSDK:transformClassesWithRetrolambdaForRelease'.
Process 'command 'D:\XXXX\XXXXX\XXXX\jre\bin\java.exe'' finished with non-zero exit value -1073740791 build.gradle: dependencies { classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath 'me.tatarka:gradle-retrolambda:3.5.0' }
Also got this error. Seems it is related to proguard because the error is only thrown for module with 'minifyEnabled true'.
I also got this error, but in debug ('transformClassesWithRetrolambdaForDevDebug').
No luck still after trying with google.
It's likely related to this issue: https://github.com/orfjackal/retrolambda/issues/121
Never mind, guys.Everything works fine after reinstalling my OS.........
Found it.
It seems that because of latest nVIDIA driver. Rolling it back resolves the issue.
Oh, yeah? I don't know if that works, cause I had reinstalled my OS. Maybe next time!
Yeah, to be more precise, it's 378.49 that caused the trouble. I didn't test with newer version. You can find version history here:
http://www.nvidia.com/download/find.aspx
Just roll it back to 376.33 or 376.19 (or maybe earlier).
Now, I'm using the version 378.66, it works just fine.