Hey Guys,

I have a questions regarding lib inclusion in an Android project. I
have a number of libs that I add to the build. However some of these
libs have includes that are also included in the root project for
example lets says I have a networking library which is used by my
enrollments library but is also used in the root project a school
enrollment applications. So I have.


NetworkLib - > EnrollmentsLib

NetoworkLib -> Application
EnrollmentsLib -> Application

Now lets say I change the NetworksLib for example a static string
inside that library and I ONLY reimport the lib to the application
project not the EnrollmentLib. Which Library will end up being used by
the application / EnrollmentLib? I ask as I seem to be seeing that
they both use the new Application only NetworkLib but I want to be
sure.

Tom

-- 
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

Reply via email to