java - Importing ant build.xml in Eclipse -
i have android project uses ant build, possible import ant project in eclipse ide?
update : there option create project using ant build.xml
in eclipse file->new->project->java->java project existing ant buildfile. , if build.xml file selected show error specified buildfile not contain javac task
i guess javac declared in task
<taskdef name="setup" classname="com.android.ant.setuptask" classpathref="android.antlibs"/>
from this link:
- open eclipse, select file > new > project
- select "java project existing ant build file"
- show build file , write project name
Comments
Post a Comment