This is a migrated thread and some comments may be shown as answers.

java.lang.NoClassDefFoundError: com.telerik.widget.chart.visualization.behaviors.ChartTooltipBehavior

2 Answers 127 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Xiaoming
Top achievements
Rank 1
Xiaoming asked on 07 Aug 2015, 10:19 AM

when I use ChartTooltipBehavior in a chart ,it occured this error.

dalvikvm﹕ Could not find class 'com.telerik.widget.chart.visualization.behaviors.ChartTooltipBehavior', referenced from method com.luckyxmobile.familyhealthtracker.provider.MainListViewItemAdapter.prepareChart
E/dalvikvm﹕ Could not find class 'com.telerik.android.primitives.widget.tooltip.contracts.DrawListener', referenced from method com.telerik.widget.chart.visualization.common.RadChartViewBase.onDraw
FATAL EXCEPTION: main
    java.lang.NoClassDefFoundError: com.telerik.widget.chart.visualization.behaviors.ChartTooltipBehavior​

My codes is :

RadCartesianChartView cartesianChart = (RadCartesianChartView) radCartesianChartView;
ChartTooltipBehavior tooltipBehavior = new ChartTooltipBehavior(mContext);
cartesianChart.getBehaviors().add(tooltipBehavior);​

2 Answers, 1 is accepted

Sort by
0
Xiaoming
Top achievements
Rank 1
answered on 07 Aug 2015, 10:29 AM
But I can see the Class ChartTooltipBehavior 
0
Victor
Telerik team
answered on 11 Aug 2015, 07:53 AM
Hello Xiaoming,

Thanks for writing.
This usually happens because your android studio/eclise environment has become corrupted. You have to clean and build your project. Also if you're building with gradle do a gradle sync if it doesn't happen automatically.

As a last resort you can redownload the controls and recreate your project.

Regards,
Victor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Xiaoming
Top achievements
Rank 1
Answers by
Xiaoming
Top achievements
Rank 1
Victor
Telerik team
Share this question
or