执行ant debug命令时无法成功构建cordova项目错误

meh*_*sen 4 android netbeans-7 cordova

我有一个错误,即第一次尝试时没有成功调用Camera(点击)所以我在stackoverflow上尝试了这个解决方案Phonegap(3.0.0)相机在第一次尝试时没有成功.我按照回答中提到的步骤删除android通过cordova平台删除android然后我运行第二个命令cordova平台添加android ;

现在,当我使用netbeans在cordova android decvice上运行cordova应用程序时,会发生以下错误:

  exec: ant debug -f "/var/www/mobile/platforms/android/build.xml"

   [ 'ant debug -f "/var/www/mobile/platforms/android/build.xml"',
 { [Error: Command failed: 
  BUILD FAILED
  /var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:720: The following error       occurred while executing this line:
  /var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:734: Compile failed;   see the compiler error output for details.

Total time: 8 seconds
] killed: false, code: 1, signal: null },
  'Buildfile: /var/www/mobile/platforms/android/build.xml\n\n-set-mode-check:\n\n-set-debug-files:\n\n-check-env:\n [checkenv] Android SDK Tools Revision 22.3.0\n [checkenv] 
 .

 .

 .**LONG TEXT which I removed from the post **

 .

  \nBUILD FAILED\n/var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:720:   

 The following error occurred while executing this line:\n/var/www/adt-bundle-linux-x86_64- 20130917/sdk/tools/ant/build.xml:734: 
 Compile failed; see the compiler error output for   details.\n\nTotal time: 8 seconds\n' ]

 Error executing "ant debug -f "/var/www/mobile/platforms/android/build.xml"": 
 BUILD FAILED
 /var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:720: The following   error occurred while executing this line:
 /var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:734: Compile failed;  see the compiler error output for details.

 Total time: 8 seconds


 child_process.spawn(/var/www/mobile/platforms/android/cordova/build,[]) = 2

 /usr/local/lib/node_modules/cordova/node_modules/q/q.js:126
                throw e;
 Error: An error occurred while building the android project.Error executing "ant debug -f "/var/www/mobile/platforms/android/build.xml"": 
 BUILD FAILED
/var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:720: The following error occurred while executing this line:
/var/www/adt-bundle-linux-x86_64-20130917/sdk/tools/ant/build.xml:734: Compile failed; see the compiler error output for details.

Total time: 8 seconds


at ChildProcess.<anonymous> (/usr/local/lib/node_modules/cordova/src/compile.js:65:22)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket.<anonymous> (child_process.js:948:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
/var/www/mobile/nbproject/build.xml:256: exec returned: 8
BUILD FAILED (total time: 4 minutes 36 seconds)
Run Code Online (Sandbox Code Playgroud)

关于这个问题的任何想法?

fil*_*oxo 16

我遇到了类似的问题.我ant debug -f "/path/to/project/build.xml"从一个单独的终端跑了.它显示了一个更具体的错误描述(对我而言,项目名称中有一个空格).这个答案还指出:

config.xml不能将小部件ID作为点后面的第一个字符.例如:com.42myapp.test或com.myapp.42test将不能像42com.myapp.test一样工作.它将触发编译器的错误.