On Fri, May 11, 2012 at 5:58 PM, Jacob Abrams <satur9n...@gmail.com> wrote:
>
> If you are using eclipse and it can't build one of your library projects
> because the java source has compilation errors Eclipse will go ahead and
> make class files anyway! The methods in these class files will be filled
> with junk like:
>
> throw new Error("Unresolved compilation problem: \n");
>
> If you then go ahead and build the same project with Ant in the commandline,
> the new incremental checks in the Android Ant build script will see that it
> is already been compiled, skip that step and use these class files in the
> generated APK. Resulting in runtime errors.
>

Sounds nasty, but did you file a bug? You should, if you haven't.

>From what I've seen, the Ant build system doesn't seem to get much testing,
sometimes it's downright broken between releases. Haven't tried it lately
though, so things might have changed.

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to