lambdaj fails java.lang.ExceptionInInitializerError with any call on Android

后端 未结 1 1015
无人共我
无人共我 2020-12-21 13:53

I\'m trying to use lambdaj on Android but with every simple call I make I get an exception (java.lang.ExceptionInInitializerError).

The class that fills the collecti

相关标签:
1条回答
  • 2020-12-21 14:23

    Apparently, lambdaj won't work on Android per the creator's words. https://groups.google.com/d/msg/lambdaj/km7uFgvSd3k/grJhgl3ik5sJ

    After reading that I stopped trying to make it work myself.

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