How to integrate android library (.aar file) with QT android app and access methods in android library in QT app?
Unsolved
Mobile and Embedded
-
wrote on 29 Apr 2020, 13:35 last edited by HemantZ
Hello everyone, I am new in QT mobile development. I have developed one simple library in android studio. I have this .aar file. In this library I written one class named as "SampleClass". In this class I have written on method named as "showHelloWorld". This method is used to printing log on logcat. My question is how to I integrate this .aar file in qt android app, and how to call method in present in class from library in qt activity.
My another question is how to start activity in android library from qt android app?thank you in advance.
-
wrote on 15 Nov 2021, 06:43 last edited by
Is there any solution to the packaging and use of Android AAR