paragp / achartengine

AChartEngine is a charting library for Android applications. It currently supports the following chart types: line chart area chart scatter chart time chart bar chart pie chart bubble chart doughnut chart range (high-low) bar chart dial chart / gauge combined (any combination of line, cubic line, scatter, bar, range bar, bubble) chart cubic line chart All the above supported chart types can contain multiple series, can be displayed with the X axis horizontally (default) or vertically and support many other custom features. The charts can be built as a view that can be added to a view group or as an intent, such as it can be used to start an activity. The model and the graphing code is well optimized such as it can handle and display huge number of values. AChartEngine is currently at the 1.0.0 release. New chart types will be added in the following releases. Please keep sending your feedback such as we can continually improve this library. Find us on Facebook, too: http://www.facebook.com/achartengine Read a short introduction to AChartEngine here: http://www.javaadvent.com/2012/12/achartengine-charting-library-for.html Another good tutorial can be read here: http://jaxenter.com/effort-free-graphs-on-android-with-achartengine-46199.html
0 stars 1 forks source link

AChartEngine sample project not compatible with V20 of Eclipse ADT #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Sample Project
2. Load into Eclipse with ADT 20
3. Project compiles correctly; Run on device
4. Runtime error relating to classes in jar file not found

I wrote out some more detail in the post regarding Android ADT v20, by Eagle.

http://stackoverflow.com/questions/9886634/issue-in-achartengine-jar-file/115109
86#11510986

Should be as simple as doing what I mention there, and uploading the resulting 
sample project in place of the old one (with a bit of testing, of course)

Thanks!
And sorry to bother, I know you just got back from having your server blown 
away. 
AChartEngine was the perfect tool I needed for the job though!!

Original issue reported on code.google.com by sebek.m...@gmail.com on 16 Jul 2012 at 7:22

GoogleCodeExporter commented 9 years ago
Sigh, the server downtime wasn't you, it was the other charting engine I was 
considering (before using achartengine).

In any case, congrats on the not-server-downtime!

Original comment by sebek.m...@gmail.com on 16 Jul 2012 at 7:30

GoogleCodeExporter commented 9 years ago
Is the problem here that the achartengine.jar file is in the lib directory and 
it should be in some directory named differently like libs?

Original comment by dandrome...@gmail.com on 8 Jan 2013 at 4:53

GoogleCodeExporter commented 9 years ago
Thanks a lot. I have updated this page with instructions, based on your 
comments.
www.achartengine.org/content/goodies.html

Original comment by dandrome...@gmail.com on 16 Jan 2013 at 3:52