Does anyone tried to use lambdaj library in android development?
It works fine for me when I create a simple small java application, but I can\'t manage to use it in an
It looks to me like there is a problem with the hamcrest library. Try following the advice in the error and rebuild the hamcrest library from source.
I know that this question is 4 years old, but I had the same problem nowdays and I solved by adding to my gradle build configuration depedencies the last hamcrest library version available.
here my related thread
I had some problem with lambdaj on my project, this library is not totally compatible. I moved to retrolambda, check it out!