FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1437 : createGraphics() currently broken on Android
Last modified: 2010-02-28 12:18
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
.