Access QT library from Xamarin Android project
Unsolved
Mobile and Embedded
-
Hi!
I'm new to mobile development and I've got stuck when I'm trying to access my QT library from a Xamarin Android project.
I basically want to initialize the QT-library with parameters, let it show a UI and return the result to the host application. I have managed to build an .aar from the QT-project but I don't know how to use it. The only class I see exposed (except for Org.QtProject.xxx libraries) is Com.MyNamespace.BuildConfig.
I'm guessing that I have to do add some kind of signature to my C++ classes and perhaps using JNI but I've had no success. Any kind of pointer to the right direction would be extremely helpful!!!
-
your Xamarin Android project is made of C++?Or C#