AndroidPlot XYPlot不会在xml预览中呈现。我使用的是AndroidPlot 0.6.1。我把罐子放在我的唇夹里了。我在Gradle脚本中把它作为依赖项。at com.androidplot.util.Configurator.configure(Configurator.java:322) at com.androidplot.util.Configurator.configure(Configurator.java:286) at com.androidplot.Plo
它显示了应用程序在Jar文件的com.androidplot.xy.XYPlot上运行。但当我在配置项目后尝试时,它显示错误为,..Could not find class 'com.androidplot.xy.XYPlot', referenced from method com.androidplot.xy.SimpleXYPlotActivity.onCreateandroid"
我正在尝试使用android绘图库,只需复制示例页面的代码
// Create a formatter to use for drawing a series using LineAndPointRenderer LineAndPointFormatter series1Format = new LineAndPointFormatter();
series1Format.setPointLabelFormatter(new PointLab