On Wednesday, June 1, 2011 3:24:31 PM UTC+1, selmixxx wrote: 1) according to > http://developer.android.com/guide/developing/projects/projects-eclipse.htm > 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 at http://developer.android.com/guide/developing/projects/index.html#considerations . 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

