Qt and Android NDK
-
Hi everyone,
I'm working on a multi-platform open source project called fw4spl (https://github.com/fw4spl-org) and we started the android implementation.
Our goal is to use the NDK with the less Java code as possible. The entry point of our application is the android_main that initializes an android_native_app. We have some working PoCs with VTK (not VES) and now we want to use Qt to make the app gui.
If I'm not wrong, it's the android platform plugin that initializes its own app context by getting the Java env with some JNI calls and maybe Qt java files like QtApplication.java.
But is it possible to do the same in a native way using the NDK and an existing android_native_app ?
-
Hi and welcome to devnet,
You should ask this on the "Android-development":http://lists.qt-project.org/mailman/listinfo/android-development mailing list. You'll find there the Android ports developers/maintainers (this forum is more user oriented)