-
Notifications
You must be signed in to change notification settings - Fork 172
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
java.lang.NoClassDefFoundError: com.nlf.calendar.I18n #33
Comments
换1.6.2试试。 |
1.6.2仍然出现这个问题 |
你是怎么调用时出现的?能给出调用代码吗?我无法重现。 |
我也有点搞不明白这个问题是怎么出现的,我从1.4.7开始用的吧,就是我自己练手的一个小程序,从1.4.7开始,你更新,我就更新,但是五一假期时候,就五一当天,我打开发现程序闪退了,,昨天上班之后我打开项目调试发现就提示这个问题,不知道为啥以前没出现,我确定五一之前程序装到我手机上是没问题的,就五一打开就报错,代码段如下:for (int i = 0; i < days.get(0).getWeek(); i++) {
// 转阴历
前面获取的阳历正常,转阴历报错了,我用的JDK11 |
写错了,我从1.3.1开始用的,刚才又试了一下1.3.1,1.3.1没问题,我再把1.3.1以后的每个版本都试一遍 |
测试完了,1.3.x都没问题,到1.6.0开始出现的这个问题 |
你先用1.6.0以前的版本吧,看样子是1.6.0引入的多语言,使用正则表达式不支持Android引起的。 |
应该是的 |
v1.6.3 修复了这个问题。 |
测试新版可用,感谢 |
1.3.1 后的版本出现这个错误
The text was updated successfully, but these errors were encountered: