2010-11-29 133 views
1

我收到以下错误,而建设项目与ANT INSTALL命令构建失败:在使用蚂蚁


构建失败

目标“安装”不会在项目“调试”的存在。


如果需要别的请告知...

感谢

这里的build.xml文件:

/*

[这是通常用于代码迷惑。 编译代码位置:$ {} out.classes.absolute.dir如果 这不到位完成,覆盖$ {out.dex.input.absolute.dir}] - >
<!-- Execute the Android Setup task that will setup some properties 
    specific to the target, and import the build rules files. 

    The rules file is imported from 
     <SDK>/platforms/<target_platform>/ant/ant_rules_r#.xml 

    To customize existing targets, there are two options: 
    - Customize only one target: 
     - copy/paste the target into this file, *before* the 
      <setup> task. 
     - customize it to your needs. 
    - Customize the whole script. 
     - copy/paste the content of the rules files (minus the top node) 
      into this file, *after* the <setup> task 
     - disable the import of the rules by changing the setup task 
      below to <setup import="false" />. 
     - customize to your needs. 
--> 
<setup /> 

*/

+0

安置自己的build.xml或它的一部分。 – kgiannakakis 2010-11-29 09:11:25

回答

0

请尝试小写:为了得到一些帮助

ant install