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
在jdk7或者8下面编译上述库,设置-source 1.6/- target 1.6,会编译通过,但是在应用中引用后会遇到上述问题。所以建议编译库如果target 1.6,那么最好在jdk6的环境下。最好在readme里面给个提醒,免得其它用户遇到类似问题。
参考:Exception in thread "main" java.lang.NoSuchMethodError: https://gist.github.com/AlainODea/1375759b8720a3f9f094
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在jdk7或者8下面编译上述库,设置-source 1.6/- target 1.6,会编译通过,但是在应用中引用后会遇到上述问题。所以建议编译库如果target 1.6,那么最好在jdk6的环境下。最好在readme里面给个提醒,免得其它用户遇到类似问题。
参考:Exception in thread "main" java.lang.NoSuchMethodError: https://gist.github.com/AlainODea/1375759b8720a3f9f094
The text was updated successfully, but these errors were encountered: