-
Notifications
You must be signed in to change notification settings - Fork 6
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
Integration with Java 8 #1
Comments
Hi Amitai, I have tried with RetroLambda and RxJava before, so i have no idea what the Cheers,
|
@weicheng113, Can you give me a sample working project with RxJava, retrolambda and RoboBinding so I can see what I'm doing wrong? |
@weicheng113 I added retrolambda and RxJava to RoboBinding/RoboBinding-album-sample and it still produced the same error.. |
Hi Amitai, Sorry, It was a typo. I meant i haven't tried before. Cheers,
|
Hi, I have an Android project that uses evant/gradle-retrolambda. When I tried to setup the RoboBinding in my Android Studio project, I got this error message:
This is my
build.gradle
fileAfter some investigation I found out it had to do with AspectJ not being compatible with Java 8.
I believe Java 8 Compatiblity/Update AspectJ · Issue #22 · JakeWharton/hugo and Java 8 not supported · Issue #6 · uPhyca/gradle-android-aspectj-plugin have the same issue. RoboBinding is cool, but RetroLambda with RxJava are cool as well, I would really like to use both.. Any suggestions?
The text was updated successfully, but these errors were encountered: