We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Caused by: java.lang.NoClassDefFoundError: org.apache.commons.lang.StringEscapeUtils at com.cnblogs.android.parser.BlogListXmlParser.endElement(BlogListXmlParser.java:114) 直接编了打开就出错了,是你lib问题吧
The text was updated successfully, but these errors were encountered:
是不是你没把这个jar包导入,反正我Eclipse里单独导入这个包就没问题了。
Sorry, something went wrong.
我遇到了同样的问题,我的解决办法是:将lib目录更改为libs,重新导入工程。 之前以为是库的问题,所以我重新下载了commons-lang3-3.4.jar,后来就用的这个库,应该是不影响的。
可参考下面链接:
No branches or pull requests
Caused by: java.lang.NoClassDefFoundError: org.apache.commons.lang.StringEscapeUtils
at com.cnblogs.android.parser.BlogListXmlParser.endElement(BlogListXmlParser.java:114)
直接编了打开就出错了,是你lib问题吧
The text was updated successfully, but these errors were encountered: