No, we are trying to use Qt-based native (i.e. written in C++ and
compiled to binary) library from a Java Android program. JNI can be used
both ways, for calling native code from Java and for calling Java code
from a native code.
24.11.2015 15:55, jh...@gmx.com пишет:
I think you may be going
"
To: interest@qt-project.org
Subject: [Interest] Native library for Android using Qt
We are trying to develop a library using Qt components for use from a
usual Java-based Android application. We have managed to write JNI code
and call a function from the library. However, the library is using
We are trying to develop a library using Qt components for use from a
usual Java-based Android application. We have managed to write JNI code
and call a function from the library. However, the library is using some
GUI components (although it does not show anything on the screen) and at
one poi