How to integrate android library (.aar file) with QT android app and access methods in android library in QT app?
Unsolved
Mobile and Embedded
-
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.
-
Is there any solution to the packaging and use of Android AAR