1) i never noticed this, thanks... i moved everything from assets to res/raw, it works well now 2) this is still problem, but as its about native libraries i asked on android-ndk group about this
On Jun 1, 4:38 pm, String <[email protected]> wrote: > On Wednesday, June 1, 2011 3:24:31 PM UTC+1, selmixxx wrote: > > 1) according to > > >http://developer.android.com/guide/developing/projects/projects-eclip... > > Library projects should be able to contain resources. It also works > > with native libraries. but it seems to not work with Assets, these > > from libraries are not included final .apk package. Any idea how to > > solve this? > > Library projects can't contain assets; see the sixth bullet point > athttp://developer.android.com/guide/developing/projects/index.html#con... > . > > I believe the only way to address this is to replicate your assets in each > final, destination (non-library) project. > > String -- 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

