在 Eclipse 中导入 ant build.xml
我有一个使用蚂蚁构建的Android项目,是否可以在eclipse IDE中导入这个蚂蚁项目?
update :有一个选项可以在eclipse File->New->Project->Java->Java项目中从现有的ant Buildfile创建项目。如果选择了构建.xml文件,则会显示错误build.xml
Specified buildfile does not contain a javac task
我猜javac是在这个任务中声明的
<taskdef name="setup"
classname="com.android.ant.SetupTask"
classpathref="android.antlibs"/>