[SOLVED] Lemur GUI packaging error in gradle

Are you able to load the glass style on Android?

glass-style is written in Groovy script and will be compiled at runtime. Afaik Android does not support runtime compilation of groovy scripts so you need to precompile them or rewrite them in pure java code.
(I have precompiled them, let me know if you need the jar, but have not tested it on Android yet;)

Edit: