I get this error on compile, any idea how to fix? I'm using the P3D renderer, but I get the same error with P2D, or the default renderer. "The pixels array is not available in this renderer withouth a backing bitmap" error regardless of which renderer I use. Also, they spelled without wrong.
FATAL EXCEPTION: GLThread 42277
Process: processing.test.myapp, PID: 18315
java.lang.RuntimeException: The pixels array is not available in this renderer withouth a backing bitmap
at processing.a2d.PGraphicsAndroid2D.updatePixels(Unknown Source)
at processing.test.myapp.myapp.fadeGraphics(myapp.java:624)
at processing.test.myapp.myapp.draw(myapp.java:291)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.opengl.PSurfaceGLES$RendererGLES.onDrawFrame(Unknown Source)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1583)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1286)