Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoClassDefFoundError on Android #34

Open
ghuniyu opened this issue Oct 2, 2019 · 1 comment
Open

NoClassDefFoundError on Android #34

ghuniyu opened this issue Oct 2, 2019 · 1 comment

Comments

@ghuniyu
Copy link

ghuniyu commented Oct 2, 2019

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

@TheRenato
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants