On Thu, Sep 16, 2010 at 1:24 PM, guich <[email protected]> wrote: > Is it possible to install a java library in a folder and have this code > dynamically linked into another program? >
Don't think so. A library is something that gets built in with at compile time. In other words, i have a major code base that would be shared among > different projects. > Look at Android Library Projects in the documentation. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

