我正在使用 eclipse ide 构建 apk 文件。现在我想在 linux 的命令行中创建 apk 文件。但是当我说 ant debug 时,它给出了以下错误:
Unable to obtain resource from anttasks.jar
java.util.zip.ZipException : error in opening zip file
Problem : failed to create task or type checkenv
Cause : The name is undefined
Action : Check the spelling
Action : Check that any custom tasks/types have been declared
Action : Check that any <presetdef>/<macrodef> declarations have taken place
我有蚂蚁版本 1.9.2 。和 android 版本 17。我有 build.xml 文件。
编辑:我将我的 ant 版本更改为 1.8.0,但无论我做什么,我仍然得到那些未能创建任务或键入 checkenv 错误。