Re: [android-developers] Android Library Project Changes

2012-03-23 Thread Harshad RJ
On Fri, Mar 23, 2012 at 10:33 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Library projects now (since ADT15?) produce a jar. Linked source folders are now longer used, so there is no code merging. Thanks Nikolay for confirming that. Don't refer to A.java directly. Put an

[android-developers] Android Library Project Changes

2012-03-22 Thread Harshad
Hi, I am trying to migrate to the newly released SDK and ADT 17 from my earlier setup of SDK 12. (I couldn't use the intermediate SDK releases because of some problems that were fixed only in SDK 17). One of the problems I am facing now is that Projects which use an Android Library Project are

Re: [android-developers] Android Library Project Changes

2012-03-22 Thread Nikolay Elenkov
On Fri, Mar 23, 2012 at 1:50 PM, Harshad harshad...@gmail.com wrote: From what I understand, in the newer SDKs, the Library project needs to be compilable by itself, while in earlier versions that was not necessary. In earlier versions, the source code from the library projects was merged