Skip to content Skip to sidebar Skip to footer

Lambdaj Fails Java.lang.exceptionininitializererror With Any Call On Android

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 collection is: @Database

Solution 1:

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.

Post a Comment for "Lambdaj Fails Java.lang.exceptionininitializererror With Any Call On Android"