Wednesday, June 1, 2011

[android-developers] Poject using other Library Projects problems

hi,

i had working application but for some reasons (not my decision) it
had to be splitted into several library projects + application which
uses them (it will be simpler to manage and some parts can be used in
other projects so it makes sense)

but there are 2 problems

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?

2) one of library projects is using several native libraries. They are
in libs/ When i use this library project in main application then in
final .apk package they are twice. one version in application.apk/lib
and once in application.apk/armeabi. why is that and what can i do to
have them only once in the package?

thanks in advance

--
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
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment