vdmeer / asciitable

Several implementations of a text table, originally using ASCII and UTF-8 characters for borders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoClassDefFoundError on Android

ghuniyu opened this issue · comments

i'm getting this error after implementing de.vandermeer:asciitable:0.3.2 with exluding 'org.antlr' because it's confict with another 'org.antlr' lib

implementation('de.vandermeer:asciitable:0.3.2', {
exclude group: 'org.antlr'
})

Caused by: java.lang.NoClassDefFoundError: de.vandermeer.skb.interfaces.transformers.Object_To_StrBuilder$1

If more get the same problem..

Disclosure. Not doing an android app. Just simple console one.

bild
You need to add some more libraries.

https://search.maven.org/artifact/de.vandermeer/skb-interfaces/0.0.2/jar
https://search.maven.org/artifact/de.vandermeer/ascii-utf-themes/0.0.1/jar
https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
https://www.stringtemplate.org/download.html

Hope it helps someone :)
I know, I'm one year late.