I'm not sure to understand completely. You reproduce the directory
structure after the build phase of your plugin in the qrc, build it
manually and copy it to the android data dir ? Or you simply embed an
archive of the directory and extract it on the first run at the right place
?
 Le 25 mai 2014 07:20, "Preet" <prismatic.proj...@gmail.com> a écrit :

> >> Have you any hints to give me to get everything works. I managed to
> launch
> >> my application by reproducing the directory structure on the target with
> >> "adb shell mkdir and adb push) after the APK install but it's very ugly
> and
> >> I would to have a self contained APK.
>
> I worked around this by embedding the plugin *.so as a resource file
> and extracting it to the device's application data directory on first
> run. It's not pretty but its easy to do. I had to add a couple of
> system calls in my pro files to be able to build my project in one go
> (I had to copy the QRC file to the build directory where plugins were
> and include that version in my project).
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to