Hi @harningt
here is my the error .is there any solution for that?
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:transformClassesWithRetrolambdaForDebug'.
Process 'command 'C:\Java\jdk1.8.0_91\bin\java.exe'' finished with non-zero exit value 1
I have try to add
retrolambda {
jvmArgs '-noverify'
}
but it isn't work.
by the way,how can i see the detail of transformClassesWithRetrolambdaForDebug?where is the source?
thanks and best regards.
Hi @harningt
here is my the error .is there any solution for that?
FAILURE: Build failed with an exception.
Execution failed for task ':app:transformClassesWithRetrolambdaForDebug'.
I have try to add
retrolambda {
jvmArgs '-noverify'
}
but it isn't work.
by the way,how can i see the detail of transformClassesWithRetrolambdaForDebug?where is the source?
thanks and best regards.