Hi,
I’m Hans (German), living in France, brand new user, my 1st post.
Installed on Win 10, processing 3.5.3 using the Android mode and the SDK downloaded through Processing IDE.
I’m trying to port a Java processing SW running on Raspberry to Android. OK, challenging for a Newby, but I’ve at least “some” programming background…
Question1:
switching into Android mode makes the debugger option unavailable; there’s also no “butterfly”. Does this mean, debugging Android APPs must be done in Android Studio?
Question 2:
The following code lines seems not to work, although the file exists in the sketch’s data directory.
static final String CONFIG_FILE_VS = “settingsVS.txt”;
String[] lines = loadStrings(dataFile(CONFIG_FILE_VS));
Does this mean that the dataFile directive doesn’t work in Android mode?
Rgds
hk