Some of the new Android libraries use Java 8 features. Android doesn't natively support those features so they must be removed (desugared) at some point. When you wrap a library that includes such features you need to desugar the wrapped library. This is done with an Android tool named desugar...
www.b4x.com