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

Classes in build/retrolambda are causing errors in android lint #28

Closed
bsagal opened this issue Jul 17, 2014 · 5 comments
Closed

Classes in build/retrolambda are causing errors in android lint #28

bsagal opened this issue Jul 17, 2014 · 5 comments
Labels

Comments

@bsagal
Copy link

bsagal commented Jul 17, 2014

In the lint stage (with android gradle plugin 0.12) i get lots of the following error during the lint stage.

Error processing /home/ben/android-app/build/retrolambda/debug/local/test/app/R.class: broken class file?
@maurizi
Copy link
Contributor

maurizi commented Aug 27, 2014

I'm also experiencing this issue. Is there any known workaround?

@evant
Copy link
Owner

evant commented Aug 27, 2014

Not at the moment (other than disabling lint), I need to figure out how to change what classes dir the lint task uses.

@evant
Copy link
Owner

evant commented Sep 17, 2014

As of 2.3.0 you can disable incremental compilation which is a workaround.

@tomrozb
Copy link

tomrozb commented Sep 20, 2014

Same issue with Gradle 2.1 and Android Gradle Plugin 0.13.0

@evant
Copy link
Owner

evant commented Sep 21, 2014

Version 2.4.0 works with any workarounds!

@evant evant closed this as completed Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants