What's the best way to access the res folder?
in
Android Processing
•
2 years ago
Hi,
I'm working with Android Processing in Eclipse and have encountered a problem. My main class extends PApplet, and that is where I want to have my onOptionsItemSelected method. For some reason PApplet also has a field called R, and since the class extends PApplet, Eclipse gives me an error when I try to access strings.xml through the resources folder. What's the best way to deal with this? Should I just have the method in another class that doesn't extend PApplet?
Thanks
4