Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EDF6E200CCF for ; Mon, 24 Jul 2017 14:22:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC4181650AB; Mon, 24 Jul 2017 12:22:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 198871650A9 for ; Mon, 24 Jul 2017 14:22:09 +0200 (CEST) Received: (qmail 709 invoked by uid 500); 24 Jul 2017 12:22:09 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 682 invoked by uid 99); 24 Jul 2017 12:22:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2017 12:22:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 32805E360F; Mon, 24 Jul 2017 12:22:06 +0000 (UTC) From: faziltm To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request #398: Not installing cordova 6.2.x in windows 1... Content-Type: text/plain Date: Mon, 24 Jul 2017 12:22:06 +0000 (UTC) archived-at: Mon, 24 Jul 2017 12:22:11 -0000 GitHub user faziltm opened a pull request: https://github.com/apache/cordova-android/pull/398 Not installing cordova 6.2.x in windows 10 I am using windows 10. My cordova version is 7.0.1. ionic version is 3.5.0 npm version is 4.1.2 Then it shows an error when entering the command "ionic cordova platform add android" × Running command - failed! [ERROR] Cordova encountered an error. You may get more insight by running the Cordova command above directly. [ERROR] An error occurred while running cordova platform add android --save (exit code 1): Using cordova-fetch for cordova-android@~6.2.2 Error: Failed to fetch platform cordova-android@~6.2.2 Probably this is either a connection problem, or platform spec is incorrect. Check your connection and platform name/version/URL. Error: cmd: Command failed with exit code ENOENT Please solve my problem? You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/cordova-android 6.2.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/398.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #398 ---- commit b175d611bd4b019ff1184cce8b90f8f0208c2d80 Author: Steve Gill Date: 2017-03-28T22:18:35Z Update JS snapshot to version 6.2.0 (via coho) commit 4d55fdb3e5824fadbdb9e49d87c02bf3bdbb966e Author: Steve Gill Date: 2017-03-28T22:18:35Z Set VERSION to 6.2.0 (via coho) commit 3f1113ed8f7b3d4ade3283c2f452962ed0972df9 Author: Steve Gill Date: 2017-04-02T22:43:13Z Update JS snapshot to version 6.2.1 (via coho) commit fc8cd374951e3d8aeea3f22099ea625e30a25fda Author: Steve Gill Date: 2017-04-02T22:43:13Z Set VERSION to 6.2.1 (via coho) commit d2c71e7d7523e9e1550dcc068a4eefeec39cf3f4 Author: Steve Gill Date: 2017-04-02T22:11:17Z CB-12621: reverted elementtree dep to 0.1.6 commit d36cfeafa2d63c645386e713b7988435ce2c29df Author: Steve Gill Date: 2017-04-02T22:40:35Z CB-12627 Updated RELEASENOTES and Version for release 6.2.1 commit 34c7e8a534dfa411a1e2e81621a1c4c24dfcb959 Author: Steve Gill Date: 2017-04-04T18:37:06Z updated build.gradle version for bintray publish commit 4868d5e59e54a9a2c67c7cf46377cbe71768f7ec Author: Steve Gill Date: 2017-04-07T00:03:10Z updated build.gradle version info for bintray upload commit cf159c1ae392783fad2219ca3708bf4fe9ccc890 Author: Steve Gill Date: 2017-04-25T05:05:42Z Update JS snapshot to version 6.2.2 (via coho) commit 814aca2b6895a71ccb1dc3111b4d38815c217a78 Author: Steve Gill Date: 2017-04-25T05:05:42Z Set VERSION to 6.2.2 (via coho) commit 46e47a3c5cc0c7f36538e7a092fd4d079aa1996d Author: filmaj Date: 2017-04-06T20:13:38Z CB-12640: support for android sdk tools 26.0.1. simplified target parsing by using avdmanager instead of sdkmanager. flipped target parsing logic so that it always tries to use avdmanager to retrieve targets first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests. commit bd94735ba2663da0ff581f6b548e6821f2c17646 Author: filmaj Date: 2017-04-06T20:48:58Z CB-12640: flipped avd parsing logic so that it always tries to use avdmanager to retrieve avds first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests - and added explicit tests to ensure to shell out to singular forms of sub-commands when executing `android` commit af31c83ec1c0b4b6b13049e0c99a260bbe5139c0 Author: filmaj Date: 2017-04-06T22:08:22Z CB-12640: better handling of unrecognized commands on windows. removed error checking in emulator image listing when shelling out, as we already defensively dont shell out if the program is not on the PATH / not recognized. added additional test for windows unrecognized command errors for target listing. fixed up spying in a test. commit 5a7590397d9a69fabe2452b6033a9b1bf30128c4 Author: Steve Gill Date: 2017-04-25T04:56:28Z CB-12697 Updated checked-in node_modules commit e3b3bcd75fbc2070ad5d80adda98840254a13c90 Author: Simon MacDonald Date: 2017-04-21T00:41:54Z CB-12015: initial-scale values less than 1.0 are ignored on Android This closes #376 commit 4b688f871549de7e741583c60974f543f972fd9b Author: filmaj Date: 2017-05-02T22:10:29Z CB-12746: decrement working dev version on master to 6.2.4-dev, to align with impending patch release. commit f3ded26e35dd107d82ccbdbd12f09301063d5126 Author: filmaj Date: 2017-05-02T22:24:06Z CB-12746: updated release notes for impending 6.2.3 release, since some of the reported changes did not make it into 6.2.2. commit ce67804b65398051189fced5d7abc6f84c2a2d75 Author: filmaj Date: 2017-05-02T23:03:36Z Set version to 6.2.3 commit 211a7fc6a82cc1759980b890f793c4b4151c0de7 Author: filmaj Date: 2017-05-02T23:19:19Z Update JS snapshot to version 6.2.3 (via coho) commit c0df73c3c1040792fdf08acf3c2e07566123357f Author: filmaj Date: 2017-05-02T23:19:19Z Set VERSION to 6.2.3 (via coho) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org