java - 如何在Eclipse中实现android实时图表?
迷茫
迷茫 2017-04-18 10:29:21
0
2
531

比如柱状图,折线图,波形图
看到网上很多例子都是利用MPAndroidChart,HelloCharts等,但是我导入eclipse后,代码无提示错误,但一运行就结束了。

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
小葫芦

It’s time to upgrade as to start your project.

PHPzhong

In addition to the frameworks you mentioned, there are also AChartEngine, WilliamChart, etc.
But before you import it into eclipse, you should first check whether the project is an eclipse project or a studio project.
The way to determine whether it is eclipse or studio is very simple, just check whether there is gradle or corresponding files in the root directory.
Eclipse can be imported into studio and run, but not vice versa.
Then confirm the source of the error, whether it is a missing jar, a library, or an error in the configuration file.
Finally adjust your code based on the error.

You should write down the errors so that we can better help you solve the problem.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template