java.lang.NoClassDefFoundError: org.achartengine.model.XYMultipleSeriesDataset

来源:互联网 发布:小林制药 知乎 编辑:程序博客网 时间:2024/05/29 12:50

官网:http://code.google.com/p/achartengine/

下载代码部署项目会报下面的错误:

java.lang.NoClassDefFoundError: org.achartengine.model.XYMultipleSeriesDataset

 

解决方法:

In Eclipse:

  1. Right click your project - go to build path - select Configure build path
  2. go to the "Order and Export" tab
  3. Check the "achartengine-1.0.0.jar box and then single click its name
  4. 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...)

原创粉丝点击