[android-developers] Re: new developer tools (rev 16) breaks the ant build for LVL, needs build.xml on the library project

2012-01-11 Thread androidmediadeveloper
For anyone else who has this problem, the answer as I figured out turns out to be fairly simple. The only thing that build.xml on the LVL project should have is this this is apart from other standard build file plumbing. On Jan 10, 10:06 am, Fred Grott wrote: > other than changing to the new

[android-developers] Re: new developer tools (rev 16) breaks the ant build for LVL, needs build.xml on the library project

2012-01-10 Thread Fred Grott
other than changing to the new build file if I remember right you have to do a -clean on the LVl and recompile it..as the build no longer places the copy of classes in the main project. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

[android-developers] Re: new developer tools (rev 16) breaks the ant build for LVL, needs build.xml on the library project

2012-01-10 Thread androidmediadeveloper
I've read thru the docs. The question is specific to changes in the way apps are built with command line tools like ant and how they build library projects. Seems like the library project (lvl in my case) needs it's own build.XML in addition to whatever the documentation talks about. Need a sample

[android-developers] Re: new developer tools (rev 16) breaks the ant build for LVL, needs build.xml on the library project

2012-01-09 Thread Jonathan S
See https://developer.android.com/guide/developing/projects/projects-cmdline.html#UpdatingLibraryProject -- 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 unsubscrib