loadImage() with Processing+Eclipse and Android
in
Android Processing
•
3 months ago
I'm using Processing under the Eclipse environment, developing for Android. It works great, thanks to this to this note:
What I am having problems with is finding the data directory for images, used with the loadImage() function.
I was looking at this topic, but this doesn't seem to work (putting the data folder in the src directory)
oddly, if I request the sketchPath(), I get the following:
/data/data/com.example.phytotype/files/
and, if I request the dataPath(), I get the following:
/data/data/com.example.phytotype/files/data/
btw, the package name is:
com
.
example
.
phytotype
recreating either of these directories and calling loadImages() will not result in loading the images, either.
Thanks for any thoughts,
Scott
1