We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello!
I'm a beginner. I try to make little programs with Processing for my Android phone but I have several problems:
I can build my program fine and the app works fine but :
-> when I write my code I have a lot of things underlined. For example:
void setup() {
background(0);
}
void draw() {
rect(60, 60, 60, 60);
}
In this code : - background is underlined and it says: "The class "PApplet" does not exist"
For rect it says: "The function "rect(int; int; int, int)" does not exist"
I repeat that the app works fine after building and transferring to the phone but having everything underlined is annoying. Any idea to solve that problem?
EDIT: Problem solved -> It works fine with Processing 3.0.1
Thanks Zpez
Answers
great!
Hi ! I've got the exact same problem...and it's still there...I'm on 3.0.2...what should I do ? thanks forward^^
Hi! I answered in the first post: download Processing 3.0.1. I have no problem with this version.