We are about to switch to a new forum software. Until then we have removed the registration on this forum.
When I write the following code in Android mode, it instantly tells me: "The function "fullScreen()" does not exist".
void setup() { fullScreen(); }
When I do this in Java mode, it works. Any help?
Answers
Look at the arduino examples
The error highlighting feature in Android Mode doesn't work quite well as you have noticed. Write your android code and run your sketch. Don't pay attention to those errors in the Processing IDE. Just focus in errors (no warnings) that are displayed in the console. That is, if you get any...
Kf