Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Java 创建 android 应用程序,我刚刚通过更新我的项目创建了一个 build.xml,现在我想测试它是否有效,我该怎么做?
这是运行它的说明:
您现在可以通过执行“ant debug”或“ant”来使用此文件来查看所有选项。您可以通过在项目目录中执行新的“build.xml”文件(作为 ant 文件,使用调试作为目标,甚至调试安装)来测试它在 eclipse 中是否工作
但我不明白他们
通过 cmd / 命令行控制台执行此命令:
ant debug -f {path_to_your_build.xml}