Functions doesn't exist

edited June 2017 in Android Mode

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?

Tagged:

Answers

  • Look at the arduino examples

  • Answer ✓

    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

Sign In or Register to comment.