when I run the my demo app with the jar files referenced, I get the following error.
Could not find class 'com.infragistics.controls.charts.DataChartView'
called from
DataChartView chart = new DataChartView(rootView.getContext());
Anyone know what could be wrong?
Hello Duncan,
Were you able to resolve your issue?
Sincerely,Valerie Developer Support Supervisor - XAMLInfragisticswww.infragistics.com/support
I tested adding the ChartSample included in the samples directory by
1) add the sample to my workspace in eclipse using the option File->Import->Andriod->Existing Andriod Code into WorkSpace and then selecting the Infragistics_Android_CTP_2014_1\Samples\ChartSample directory
2) Copy and Paste the following jar files from the Infragistics_Android_CTP_2014_1\jars directory to the libs folder in the ChartSample in eclipse
a. infragistics.core b. infragistics.datachart c. infragistics.dvshared d. infragistics.ui
3) Start the emulator using the emulator button
4) Debug the app using the debug button and select Android App
When running the sample it ran as expected without any errors. Which sample are you having an issue with and what are the steps you used to run the samples?