Android Qt 5.1 and native code
-
You need to use JNI.
Qt has a "bootstrap" code (QtApplication.java / QtActivity.java). It uses JNI to load the native code (Qt).
http://developer.android.com/training/articles/perf-jni.html
http://stackoverflow.com/questions/5198105/calling-a-java-method-from-c-in-android