Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app:transformClassesWithRetrolambdaForDebug error #189

Open
rajivenator opened this issue May 19, 2016 · 4 comments
Open

app:transformClassesWithRetrolambdaForDebug error #189

rajivenator opened this issue May 19, 2016 · 4 comments

Comments

@rajivenator
Copy link

rajivenator commented May 19, 2016

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''

@ksummerlin
Copy link

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

@Archinamon
Copy link
Contributor

Archinamon commented Jul 20, 2016

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

@Archinamon
Copy link
Contributor

Archinamon commented Jul 21, 2016

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.

@wyxiloveu
Copy link

who solve this problem?help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants