I tried to find a solution, but the only answers I found were in other ways (using AAR inside QT).
I am developing an Android application in the creator of QT. Everything is working fine. Now I need to make the core of this application a library that can be distributed by the Android developer for use in their code (for example, AAR). Can this be done? If so, how to do it and how to import it into other development tools (Android-studio / eclipse ...)?
source
share