If the apk is getting to big you could download them at runtime. Otherwise just bundle everything and copy id to the SD Card if you need to.
Thanks On Thu, Aug 18, 2011 at 5:01 PM, Marco Bernasocchi <[email protected]>wrote: > Hi all, > I got a pretty big Qt application (QGIS.org) to start running in android > [0]. Awesome work on the necessitas and the NDK side, thanks a lot! > > I've a question, qgis needs stuff (sqlite databases, svg files, xml > config,...) that normally is in $PREFIX/share/resources what is the best > strategy (I've looked into assets but i'd like to get the real files on the > filesystem so that qgis can handle them natively) to get this files on the > (unrooted) device? it wolud be nice if everything is in one apk only but > other suggestions are welcome as well. > > thanks a lot marco > > [0] http://www.bernawebdesign.ch/**byteblog/2011/08/18/qgis-on-** > android-has-a-proper-gui/<http://www.bernawebdesign.ch/byteblog/2011/08/18/qgis-on-android-has-a-proper-gui/> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to > android-developers@**googlegroups.com<[email protected]> > To unsubscribe from this group, send email to > android-developers+**[email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> -- -------------------- Raghav Sood CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles required to have complete control) http://www.raghavsood.com/ https://market.android.com/developer?pub=Appaholics http://www.appaholics.in/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

