Re: [android-developers] creating application shared libraries

2010-09-16 Thread TreKing
On Thu, Sep 16, 2010 at 1:24 PM, guich 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 woul

[android-developers] creating application shared libraries

2010-09-16 Thread guich
Hi, Is it possible to install a java library in a folder and have this code dynamically linked into another program? In other words, i have a major code base that would be shared among different projects. Assume that all them are created with the same shared user id. thanks guich -- You r