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

Proguard fails with lambdas #55

Closed
NightRa opened this issue Oct 22, 2014 · 2 comments
Closed

Proguard fails with lambdas #55

NightRa opened this issue Oct 22, 2014 · 2 comments

Comments

@NightRa
Copy link

NightRa commented Oct 22, 2014

For every lambda usage, proguard reports:

Warning: fj.F1Functions: can't find referenced class java.lang.invoke.MethodHandles$Lookup
Warning: fj.F1Functions: can't find referenced class java.lang.invoke.MethodHandles

(fj.F1Functions as an example)
As a note, I'm on using it on android.

@evant
Copy link
Owner

evant commented Oct 22, 2014

I think it's safe to just ignore those warnings, try adding -dontwarn java.lang.invoke** to your progurad config. (this is probably something I should add to the README)

@evant
Copy link
Owner

evant commented Nov 1, 2014

I added a section in the README explaining this, let me know if you have any other issues using proguard.

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

2 participants