AChartEngine在做android绘图,achartengine.jar导进项目仍报java.lang.NoClassDefFoundError: org.achartengine.renderer.XYMultipleSeriesRenderer,上网找了些资料,找到如下解决方法:
在Eclipse中:
- Right click your project - go to build path - select Configure buildpath
- 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)