首页 > 其他 > 详细

解决:Google代码achartengine曲线代码报错问题(转)

时间:2014-02-07 15:19:29      阅读:440      评论:0      收藏:0      [点我收藏+]

原文地址链接

 

官网: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...)

解决:Google代码achartengine曲线代码报错问题(转)

原文:http://www.cnblogs.com/SharkBin/p/3539302.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!