Android asset support/deployment advice needed

Niko Sams niko.sams at gmail.com
Mon Jun 27 16:08:59 CEST 2011


On Mon, Jun 27, 2011 at 11:41, BogDan <bog_dan_ro at yahoo.com> wrote:
> Hello,
>
>
> I'm trying to finish the implementation for android assets deployment support, and I found that
> in QtCreator are two ways to handle it:
>
> 1  - add a new step to deployment, this step will run " make INSTALL_ROOT="your_android_folder" install " command  to copy all application data to your android/assets folder, this step can also copy all libs to android/libs folder, so we can remove most of "AndroidPackageCreationStep::createPackage".
>
> 2 - parse "qt4Target()->qt4Project()->rootProjectNode()->installsList()" and copy all files to android/assets folder.
>
>
> I almost finished first approach, and I want to ask you if this is the right way to do it or should I switch to second one.
>

please make it possible to use from the commandline. I'd like to have
the choice to use another IDE.
Symbian uses DEPLOYMENT for that, something similar would make sense I think.

Niko


More information about the Necessitas-devel mailing list