derekmux / flot-android-chart

Automatically exported from code.google.com/p/flot-android-chart
0 stars 0 forks source link

Could not find class 'com.flotandroidchart.flot.data.SeriesData', referenced from method com.guwe.FlotActivity.onCreate #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Updating Eclipse 
2. Updating the SDK

What is the expected output? What do you see instead?
the app doesn't start, it shows an error

What version of the product are you using? On what operating system?
android flot 1.0
android 2.3.6

Please provide any additional information below.

Original issue reported on code.google.com by Werner.G...@gmail.com on 13 Apr 2012 at 8:27

GoogleCodeExporter commented 8 years ago
Had this issue. Solved it by:
1. Going into project properties
2. Under Java Build Path on Order and Export tab check flot_android_x.x.jar 
file to be exported along with your project when building.
3. Clean project and run

Original comment by vts.repl...@gmail.com on 16 May 2012 at 12:52