Open
Description
On:
Processing 3.3.7
Max OSX 10.13.5
Samsung S7 Android 8.0.0
void setup(){
fullScreen(P2D);
}
void draw(){}
get this error on the consolle with the sketch above already running
OpenGL error 1280 at bot beginDraw(): invalid enum
If i try with an old phone on Android 6.0 the error there isn't
This is what list on SDK updater:
Android SDK Platform 26 | 2 |
Android SDK Build-Tools | 26.0.3 |
Android SDK Tools | 26.1.1 |
Android SDK Platform-Tools | 28.0.0 |
I already try to edit the Processing Android SDK folder with the SDK Manager on Android Studio to downgrade the one installed by the default by Processing, but every time Processing restarts to ask me to download it again automatically message...
Could someone help me to understand what is going on and hopefully how to fix it?
Thanks