Is there a technical difference, which C++ file access a java file via JNI?
Unsolved
Mobile and Embedded
-
Hello there,
I´m wondering, when accessing java code from c++ files via JNI, is there a technical difference, which of the c++ files is used to access?
Am sorry, that I can´t state the question more specific.
E.g. when it´s about a c++ file belonging to a class with a .ui file and in the java code something is done with Android´s WindowManager - can there be different scopes depending from where the java code is called?best regards!
-
@Flaming-Moe I use QAndroidJniObject::callStaticObjectMethod of Qt 5.15.2.