Greetings.

I have a Qt 5.1.1 app running on Android that needs to manage Bluetooth connections. It appears that I’ll need to write a custom Java Bluetooth management class that I can then use JNI to communicate with.

My question is: How do I add the Java code to my Qt Creator (v2.8.1) project so that it gets built into my app?

Thank you