问题描述
我试图找到一个很好的库使用的机器人图形。我看过的链接,如这一个:
我试图运行一个例子程序,但现在日食找不到GraphViewData。任何人都可以帮助我吗?我坚持示例程序进入的onCreate在我的活动,进口了Eclipse可以找到这些文件。我也开到了工作的其他图形的建议。
Now I am trying to use Graph View from here: http://www.jjoe64.com/2011/07/chart-and-graph-library-for-android.htmlAnd I am trying to run an example program but now eclipse can't find GraphViewData. Can anyone help me please? I stuck the example program into onCreate in my Activity and imported the files that Eclipse could find. I am also open to other graph suggestions that work.
推荐答案
显然,这是一种常见的问题,并通过以下步骤解析:
Apparently, this is a common problem and is resolved by the following steps:
在Eclipse中:
- 右键单击您的项目 - 去构建路径 - 选择配置构建路径
- 转至排序和导出标签
- 检查achartengine-1.0.0.jar框,然后只需点击一下它的名字
- 将它,以便其Android的依赖关系右下图(有时这可以有所作为,如果您有多个罐子)
点击确定,然后清理项目。 (项目 - >清除...)
click ok then clean your project. (Project -> Clean...)
来源:
编辑:
类似的解决方案适用于GraphView以及!
Similar solution works for GraphView as well!
这篇关于图形视图库 - GraphViewData未找到的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!