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:

  1. open eclipse, select file > new > project
  2. select "java project existing ant build file"
  3. show build file , write project name

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -