Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7739

document installing specific version of platforms

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.6.0
    • Master
    • cordova-cli
    • None

    Description

      $ cordova platform --help

      Synopsis

      cordova platform <command> [options]

      Manage project platforms

      add <name>|<directory> [...] ...... add specified platforms
      directory is a directory containing a platform
      name of platform to be retrieved from npm registry
      --usegit ...................... retrieve from git instead of npm registry

      remove <platform> [...] ........... remove specified platforms

      list .............................. list all installed and available platforms
      update <platform> ................. update the version of Cordova used for a specific
      platform; use after updating the CLI.
      --usegit ...................... retrieve platform from git instead of npm registry
      check ............................. list platforms which can be updated by `cordova platform update`

      aliases:
      platforms -> platform
      rm -> remove
      ls -> list

      You can do:

      cordova platform add android@3.6

      or

      cordova platform add ~/cordova-android

      or

      cordova platform add https://github.com/apache/cordova-android

      – <some syntax that I don't know>

      Attachments

        Activity

          People

            jsoref Josh Soref
            jsoref Josh Soref
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: