Accidentally commented "build" out when running ./run --emulator. Whoops D:
Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/6fe66ad7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/6fe66ad7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/6fe66ad7 Branch: refs/heads/2.9.x Commit: 6fe66ad79c35f9647ae1411cf128eaaa8bd1259b Parents: 9946d15 Author: Fil Maj <[email protected]> Authored: Fri Jun 21 14:23:40 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Fri Jun 21 14:23:40 2013 -0700 ---------------------------------------------------------------------- bin/templates/cordova/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6fe66ad7/bin/templates/cordova/run ---------------------------------------------------------------------- diff --git a/bin/templates/cordova/run b/bin/templates/cordova/run index 9641ab2..4772058 100755 --- a/bin/templates/cordova/run +++ b/bin/templates/cordova/run @@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then $DIR/build $DIR/lib/install-device elif [[ $1 == "--emulator" ]] ; then - #$DIR/build + $DIR/build run_on_emulator elif [[ $1 =~ "--target=" ]]; then $DIR/build
