Android asset support/deployment advice needed

Frameworks frameworks at qlands.com
Mon Jun 27 13:06:33 CEST 2011


Hi,

It is not clear how the user would select a range of assets to be 
deployed. Will it be like the libs does (Check/Uncheck)? However most 
importantly is how to access such assets from the QT code. Any thoughts 
about this?

Cheers,
Carlos.

On 06/27/2011 12:41 PM, BogDan 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.
>
> Cheers,
> BogDan.
> _______________________________________________
> Necessitas-devel mailing list
> Necessitas-devel at kde.org
> https://mail.kde.org/mailman/listinfo/necessitas-devel
>
>    



More information about the Necessitas-devel mailing list