Ant failed to build
Posted
by
eyal
on Stack Overflow
See other posts from Stack Overflow
or by eyal
Published on 2011-01-05T14:47:38Z
Indexed on
2011/01/05
14:53 UTC
Read the original article
Hit count: 252
Hi, I have build a Java appliction which is using ant.jar (ant 1.8.2) classes for building android application from it's build.xml file with release as target. My Android project has been built by using android create project command, using sdk 2.2. When I run my application for building the Android application I get the following message -
build.xml:46: taskdef class com.android.ant.SetupTask cannot be found
I have verified the sdk.dir path and the sdk-location path and both are correct.
How it can be solved?
Thanks, Eyal.
© Stack Overflow or respective owner