Using lambdaj in android

前端 未结 2 1792
日久生厌
日久生厌 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: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!

提交回复
热议问题