android - Command not found in phonegap -


i followed tutorial use command build, run, ... in phonegap @ http://docs.phonegap.com can't use commands, except create command. create command is:

create ./test1 com.test1 test1 original command is: $ /path/to/cordova-android/bin/create.bat /path/to/my_new_cordova_project com.example.cordova_project_name cordovaprojectname 

after created project successfully, run command:

cd test1/cordova/build original command is: $ /path/to/my_new_cordova_project/cordova/build.bat 

but throws error:

'build' not recognized internal or external command, operable program or batch file.

then go new project folder, go in folder: cordova build.bat, see nothing. can show me how fix stuff, want use command build phonegap project. thanks!

additional info: using phonegap 2.6, android platform. windows 7 64bit. i'm able run command: ant, java, javac, , in android platform tools,...


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -