Using lambdaj in android

前端 未结 2 1791
日久生厌
日久生厌 2021-02-20 01:13

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

相关标签:
2条回答
  • 2021-02-20 01:23

    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.

    0 讨论(0)
  • 2021-02-20 01:39

    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


    UPDATE:

    I had some problem with lambdaj on my project, this library is not totally compatible. I moved to retrolambda, check it out!

    0 讨论(0)
提交回复
热议问题