Directory structure of JNI project
-
I have been giving jni a try but I am not sure as to where to put java files in relation to the qt code. Can anybody help?
@RemNnis
normally (probably even mandatory) you put them into the folder where the qmake'sANDROID_PACKAGE_SOURCE_DIRvariable points to.
See this example