[android-beginners] Ant Debug

2010-03-26 Thread Yogi_Bare
Hi all :-) So I have thus far been unable to build any app from any tutorial all for the same reason (i think) I am able to run ant compile with no problem. However if I try to run a simple ant debug, I always get a BUILD FAILED. It is always preceeded by the following; Buildfile: build.xml

Re: [android-beginners] Ant Debug

2010-03-26 Thread Xavier Ducrohet
Since the rest of the build is working fine (including the custom Ant task that imports the android_rules file), it looks like everything is properly configured, but jarutils.jar might be missing from your SDK (under SDK/tools/lib). Xav On Fri, Mar 26, 2010 at 2:22 AM, Yogi_Bare