Now I understand better, thank you very much.
So, basically I'd like to do something like this:
- add to my ofApp.cpp a snippet of code that calls for a variable in java, e.g. the
currentDegree
one; - insert the main Java code as explained here;
-
compile with:
./gradlew assembleDebug
I'm assuming I have already the gradle library inside the project directory.
Is that correct in your opinion?