OpenGL Renderer issue

Hello everyone, I find a problem on android mode with renderers:

On:
Processing 3.3.7
Max OSX 10.13.5
Samsung S7 Android 8.0.0

void setup(){
fullScreen(P2D);
}
void draw(){}

I get this error on the consolle with the sketch above already running

OpenGL error 1280 at bot beginDraw(): invalid enum

Is there anyone who can help me figure out how to fix it?

Thanks!

@chanof===

try to put fullScreen(P2D) in void settings() before setup(); does it work???

Hi @akenaton I just tried but the error remains, i also try by using

size(displayWidth,displayHeight,P2D)

Could it be an SDK problem? But I do not know how to change it
I read a lot on this error, someone need to add the external filse to data folder, Someone because of the wrong SDK.
May i ask how can i change it? SDK updater don’t give this option.
I notice that on another phone with Android 6.0 the error disappear
Thanks