We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I made my code in normal java mode first and now I'm migrating to Android mode, but for some reason it can't recognise the orientation and fullScreen functions saying "it does not exist"
Answers
Does your application run? Processing in Java mode throws error on functions normally recognized in java mode.
Kf
It runs in java mode and I want to convert it to android mode, but it says that orientation, PORTRAIT and fullScreen do not exist in android mode
the code inside setup gives me an error
@Rophi===
does it compiles && runs?
Just switch to android mode and hit the run button. Do you get an error during compilation?
Kf
it doesn't run and compile in android mode
What errors do you get? Copy the error from the console (select error messages, hit ctrl+c) and past it here below, ctrl+v.
Also what Processing version, OS version, Android API target?
Ahhh also you need to call size in your first line of setup. Or use fullScreen(). Even better doing it this way:
Kf
Kf
target sdk is 6.0(23), I'm using processing 3.2.3 on linux. The errors are:
Total time: 20 seconds
Notice warning doesn't affect your program. I will focus on the error below. Unfortunately I can't help anymore.
Kf