I have added an external library as a module in my Intellij Android project. During compilation there is no error. But when I try to run the app I get the java.lang.NoClassDefFoundError
What is the reason for this error?
I have added an external library as a module in my Intellij Android project. During compilation there is no error. But when I try to run the app I get the java.lang.NoClassDefFoundError
What is the reason for this error?