I can't compile for Android-native, the following errors appears:
C:\KodeStudio\resources\app\extensions\kha\Kha\Kore\Backends\OpenGL2\Sources\Kore\OpenGL.cpp
Error:(871, 2) error: use of undeclared identifier 'glGenQueries'
Error:(876, 2) error: use of undeclared identifier 'glDeleteQueries'; did you mean 'glDeleteBuffers'?
Error:(880, 15) error: use of undeclared identifier 'GL_SAMPLES_PASSED'
Error:(883, 13) error: use of undeclared identifier 'GL_SAMPLES_PASSED'
Error:(888, 38) error: use of undeclared identifier 'GL_QUERY_RESULT_AVAILABLE'
Error:(893, 38) error: use of undeclared identifier 'GL_QUERY_RESULT'
I'm using Kode Studio v17.1.0 and Android Studio 2.3
Any help is appreciated, thanks!