On Oct 7, 2013, at 8:48 PM, Thiago Macieira <[email protected]> wrote: > Would this class work with a different JNI? Suppose Qt Jambi wanted to use > those classes. Would they even compile?
Compiling wouldn't be the problem. A few implementation details can work only on Android, namely the way we get the Java VM and ClassLoader, and the way we manage class, method and field references. Considering this, it's preferable to call them QAndroidJniXxx. -- Yoann Lopes Senior Software Engineer - Digia, Qt _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
