我對下面的ant知識有疑問。 什麼的資源在的taskdef標籤的含義是什麼? ant-tasks.jar做什麼? 它在下面做什麼? 我的理解是,ant-tasks.jar執行加載android.jar和其他相關的jar包,是嗎? <!-- jar file from where the tasks are loaded -->
<path id="android.antlibs">
<
我試圖通過使用build.xml文件和提示代碼來構建一個項目的可運行的JAR文件 cd <the directory of you application>
ant -f bin/build.xml jar
但是我有例外,當我運行的JAR,因爲我不能添加外部罐。 中的build.xml如下: <?xml version="1.0" encoding="ISO-8859-1" ?>