gradle-retrolambda icon indicating copy to clipboard operation
gradle-retrolambda copied to clipboard

app:transformClassesWithRetrolambdaForDebug error

Open rajivenator opened this issue 9 years ago • 4 comments

I am getting this error below since quite few days.. some times it works once i clean and rebuild the project ... but many times it fails.

Since today I am not able to build and run my app. Changes : Added new Play Services 9.0.0 plugin to my projectt

Error:Execution failed for task ':app:transformClassesWithRetrolambdaForDebug'. A problem occurred starting process 'command 'C:\Program Files\Java\jdk1.8.0_91\bin\java.exe''

rajivenator avatar May 19 '16 11:05 rajivenator

I can also add that I'm getting this error. I ran with --stacktrace and saved the result to a gist

ksummerlin avatar May 23 '16 17:05 ksummerlin

+1 I'm getting the same on 3.3.0-beta4 build :(

Archinamon avatar Jul 20 '16 16:07 Archinamon

Investigate a bit about this error. It occurs inside IntermediateFolderUtils class, while processing scopes of already transformed jars by another transformers. I have aspectj-transformer, that has scopes: project, local dependencies, external libraries. And when parseScopeLevelFolders method goes through the folders with transformed sources, it clashes with scope project of my transformer and throws runtime error. Bad error and I can't understand what way should two transformers work in.

Archinamon avatar Jul 21 '16 12:07 Archinamon

who solve this problem?help

wyxiloveu avatar Sep 27 '16 05:09 wyxiloveu