Threaded View
-
24 Feb 2013 6:42 PM #11
@webdev13, try to modify this part of your build.xml:
to this:Code:<exec executable="ant"> <arg value="-buildfile" /> <arg value="${cordova.android.project}/build.xml" /> <arg value="debug" /> </exec>
I was running into the same issue as you but when I ran this using the ant batch script, it worked. Give that a go,Code:<exec executable="ant.bat"> <arg value="-buildfile" /> <arg value="${cordova.android.project}/build.xml" /> <arg value="debug" /> </exec>
BriceBrice Mason
Front End Developer
Modus Create
@bricemason
bricemason.com
Sencha Touch Screencasts
Vimeo - Sencha Touch Channel
Github Projects:
Sencha Cordova Builder enables the automatic creation, building, and running of PhoneGap (Cordova) projects with Sencha Touch.
Am I Sencha Touch Ready? checks your system to determine what you need to do to start Sencha Touch development. If you're having trouble getting up and running, try this out.
Sencha Tools Bridge allows Sencha SDK Tools to co-exist with Sencha Cmd on the same system.


Reply With Quote