android - cordova biuld 3.6.3 error -



android - cordova biuld 3.6.3 error -

after update cordova 3.6.3 when cordova build error:

h:\android\workspace\its>cordova build running command: h:\android\workspace\its\platforms\android\cordova\build.bat h:\android\workspace\its\platforms\android\cordova\node_modules\q\q.js:126 throw e; ^ error: enoent, no such file or directory 'h:\tizen\dodatki\adt-bundle-windows-x8 6-20140702\tools\lib\build.template' @ object.fs.opensync (fs.js:438:18) @ object.fs.readfilesync (fs.js:289:15) @ h:\android\workspace\its\platforms\android\cordova\lib\build.js:93:40 @ _fulfilled (h:\android\workspace\its\platforms\android\cordova\node_mo dules\q\q.js:798:54) @ self.promisedispatch.done (h:\android\workspace\its\platforms\android\ cordova\node_modules\q\q.js:827:30) @ promise.promise.promisedispatch (h:\android\workspace\its\platforms\an droid\cordova\node_modules\q\q.js:760:13) @ h:\android\workspace\its\platforms\android\cordova\node_modules\q\q.js :574:44 @ flush (h:\android\workspace\its\platforms\android\cordova\node_modules \q\q.js:108:17) @ process._tickcallback (node.js:419:13) error: h:\android\workspace\its\platforms\android\cordova\build.bat: command failed exit code 8 @ childprocess.whendone (c:\users\mix\appdata\roaming\npm\node_modules \cordova\node_modules\cordova-lib\src\cordova\superspawn.js:135:23) @ childprocess.emit (events.js:98:17) @ maybeclose (child_process.js:756:16) @ process.childprocess._handle.onexit (child_process.js:823:5)

i seek reinstall , install , nil help....any suggestions ?

this directory exists:

error: enoent, no such file or directory 'h:\tizen\dodatki\adt-bundle-windows-x8 6-20140702\tools\lib\build.template'

solution:

set android_home h:\android\adt-bundle-windows-x86-20140702\sdk\platform-tools;

remember @ end add together ;

android cordova command-line-interface

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -