How to use jzy3d in android using eclipse?

后端 未结 2 1839
既然无缘
既然无缘 2021-01-28 18:06

Hi. I want to create a 3dplot graph in android. I want to use jzy3d lib and found this example for beginning.

import org.jzy3d.chart.Chart;
import org.jzy3         


        
2条回答
  •  醉梦人生
    2021-01-28 19:02

    AWT isn't supported under Android. Moreover, you use "jogl.jar" which comes from JOGL 1 whereas JOGL supports Android only since its second version. Please use a more recent version of Jzy3D and do the same for JOGL and GlueGen. As far as I know, Jzy3D 0.8 doesn't support Android.

提交回复
热议问题