我正在使用Ant为Android项目制作APK文件。当我做蚂蚁调试时...我有以下错误..
ANDROID_HOME / tools / ant / build.xml:427:如果不支持"条件"属性。
build.xml文件的第427行是 <if condition="${project.is.test}">
。
我不知道为什么会出现这个错误。
如果有人遇到这种情况,请给我任何线索来解决这个问题。
提前致谢。
编辑:
找到解决方案...... Compile error while trying to compile android app with ant
需要再次生成build.xml .. :)