What the heck how do I share Java code between Qt Android projects?
By: Brad
Hey Brad in Qt for Android you can have Java files included in your project for accessing native API’s. When building you need to put these Java files in a special src directory to be property picked up by the Android SDK; you tell qMake where to find these files (and other Android required files… To read more click here.