Custom QML Plugin deployment for Android
Unsolved
Mobile and Embedded
-
I want to deploy a QML plugin alongside my application.
Although the process is pretty clear for me in desktop environments (Windows/Unix), it seems quite different in Android.
I am able to generate the expected .so and I can find the .so in the apk, but when running the application there is an error that indicates that the module is not found.I have created a github project to show the problem.
https://github.com/mauri23/QMLPluginTest
Every help is appreciated!
Thanks