Android Layout issue: Unable to add two layouts of two charts using addView (logcat error included)
问题 I am trying to add two dynamic line charts in vertical using AChartEngine. However I am getting some problem with the layout. Added below are the related java files, xml file and logcat(I have other java files like Ubidots.java , Point.java and Context.java but I don't think these are required here). LineGraph.java: public class LineGraph { private GraphicalView view; private TimeSeries dataset = new TimeSeries("LDR Values"); private XYMultipleSeriesDataset mDataset = new