Custom qml plugin under android
-
Hello everybody!
I have a application using a custom qml plugin. While this works perfectly on the linux desktop, I seem not to be able to get the android deployment process in the right shape (being an android newbie does not help, too). Unfortunately both the QT docs and google have not much to say about this topic:-(
Could anybody help me with an working example? (How should the .pro-files for application and plugin look like, do I have to use the assets-system to construct the right path for my plugin ...)
Thanks!
P.S.: Maybe I should mention that I could deploy a dummy application (which is not using a plugin) without problems on my AVD.
P.P.S: I use Qt 5.5 / Qt Creator 3.4.2