Bug 1437 : createGraphics() currently broken on Android
Last modified: 2010-02-28 12:18




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-01-14 17:06
from romain:

I cannot get createGraphics() to work. I get the following error:

E/AndroidRuntime( 1325): java.lang.RuntimeException: You need to use
"Import Library" to add processing.core.PGraphicsAndroid2D to your
sketch.

Asking for a P2D or A2D renderer does not solve the issue, nor does
importing processing.android.core.PGraphicsAndroid2D or
processing.core.PGraphicsAndroid2D
Additional Comment #1 From fry 2010-02-28 12:18
createGraphics() for A2D (P2D/JAVA2D) working for 0178. A3D/P3D/OPENGL
coming in the future, see bug #1488.