Compilation errors.
in
Android Processing
•
11 months ago
I've took via svn the latest version of "processing" and tried to build a project for android using eclipse. Obtained three errors is given below.
Description
Resource
Path
Location
Type
The method glDrawElements(int, int, int, Buffer) in the type GLES20 is not applicable for the arguments (int, int, int, int)
PGL.java
/processing/core/src/processing/opengl
line 949
Java Problem
The method glVertexAttribPointer(int, int, int, boolean, int, Buffer) in the type GLES20 is not applicable for the arguments (int, int, int, boolean, int, int)
PGL.java
/processing/core/src/processing/opengl
line 965
Java Problem
The method setEGLContextClientVersion(int) is undefined for the type PApplet.SketchSurfaceViewGL
PApplet.java
/processing/core/src/processing/core
line 811
Java Problem
Can anybody suggest how to solve the problem?
Regards,
Mk
1