You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Rick Gommers (JIRA)" <ji...@apache.org> on 2013/10/30 19:31:38 UTC

[jira] [Issue Comment Deleted] (CB-5230) Cordova run never completes

     [ https://issues.apache.org/jira/browse/CB-5230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Gommers updated CB-5230:
-----------------------------

    Comment: was deleted

(was: There you go:

Synopsis

    cordova command [options]

Global Commands

    create <PATH> [ID] [NAME] ................ creates a cordova project in the
specified PATH, with
                                               optional NAME and ID (reverse-dom
ain-style package name)
    help ..................................... shows this syntax summary

    info ..................................... print out useful information help
ful for submitting bug
                                               reports and getting help.  Create
s a info.txt file at the
                                               base of your project

Project-Level Commands

    platform(s) [{add|remove|rm} <PLATFORM>] .. add or remove a specified PLATFO
RM, OR
                [{list|ls}] ................... list all installed, available an
d unavailable platforms
    plugin(s) [{add|remove|rm} <PATH|URI>] .... add or remove a plugin from the
specified PATH or URI, OR
              [{ls|list}] ..................... list all currently installed plu
gins
    prepare [PLATFORM..] ...................... copies files for specified platf
orms, or all platforms,
                                                so that the project is ready to
build in each SDK.
    compile [PLATFORM..] ...................... builds the app for specified pla
tforms, or all platforms
    build [PLATFORM...] ....................... shortcut for prepare, then compi
le
    emulate [PLATFORM...] ..................... deploys app in specified (or all
) platform emulator(s),
                                                opening emulator if necessary
    run [PLATFORM...] ......................... deploys app on specified (or all
) platform devices, which
                                                must be properly connected and c
onfigured in each SDK
    serve <PLATFORM> [PORT] ................... runs a local web server for the
specified platform's www/
                                                directory, with optional port nu
mber that defaults to 8000.
                                                (Note: you must edit the native
code to reference the server.)

Command-line Flags/Options

    -v, --version ............................. prints out this utility's versio
n
    -d, --verbose ............................. debug mode produces verbose log
output for all activity,
                                                including output of sub-commands
 cordova invokes

Example usage

    $ cordova create Baz
    $ cd Baz
    $ cordova platform add android
    $ cordova build
    $ cordova serve android

)

> Cordova run never completes
> ---------------------------
>
>                 Key: CB-5230
>                 URL: https://issues.apache.org/jira/browse/CB-5230
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, App Hello World, CLI
>    Affects Versions: 3.1.0
>            Reporter: Rick Gommers
>
> Cordova run android command will never finish. Even with a newly created hello world app. What can I do about this?



--
This message was sent by Atlassian JIRA
(v6.1#6144)