All Questions
Tagged with android-jack-and-jill retrolambda
2 questions
1
vote
0
answers
326
views
Problems when running application with Jack and Retrolambda
I recently had a lot of problems trying to debug in my application when using Retrolambda, because of that I wanted to include Jack on my Gradle for debugging purposes.
jackOptions {
enabled true
}...
14
votes
1
answer
1k
views
Lambda expressions crash with IncompatibleClassChangeError in Android when using jack
I am using Java 8 in my Android project. I have setup both Jack (In android application module) and Retrolambda (in other modules).
The problem I am having is that my Lambda expressions crash in one ...