from:http://www.eoeandroid.com/blog-646498-3788.html
官网:http://code.google.com/p/achartengine/
下载代码部署项目会报下面的错误:
java.lang.NoClassDefFoundError: org.achartengine.model.XYMultipleSeriesDataset
解决方法:
In Eclipse:
Right click your project - go to build path - select Configure build path
go to the "Order and Export" tab
Check the "achartengine-1.0.0.jar box and then single click its name
move it up so its right below the Android dependancies (sometimes this can make a difference if you have multiple Jars)
click ok then clean your project. (Project -> Clean...)
官网:http://code.google.com/p/achartengine/
下载代码部署项目会报下面的错误:
java.lang.NoClassDefFoundError: org.achartengine.model.XYMultipleSeriesDataset
解决方法:
In Eclipse:
Right click your project - go to build path - select Configure build path
go to the "Order and Export" tab
Check the "achartengine-1.0.0.jar box and then single click its name
move it up so its right below the Android dependancies (sometimes this can make a difference if you have multiple Jars)
click ok then clean your project. (Project -> Clean...)
本文介绍了在Eclipse中使用AChartEngine图表库时遇到的部署错误:java.lang.NoClassDefFoundError,并提供了详细的解决方案,包括调整jar包的顺序及清理项目等步骤。
2029

被折叠的 条评论
为什么被折叠?



