我有一个使用ant构建的android项目,是否有可能在eclipse IDE中导入这个ant项目?
更新:有一个选项可以build.xml在现有的Ant Buildfile中使用eclipse File-> New-> Project-> Java-> Java project 创建项目.如果选择了build.xml文件,则显示错误Specified buildfile does not contain a javac task
我想javac是在这个任务中声明的
<taskdef name="setup"
classname="com.android.ant.SetupTask"
classpathref="android.antlibs"/>
Run Code Online (Sandbox Code Playgroud)