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 D2642200C28 for ; Mon, 13 Mar 2017 21:52:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D1356160B6C; Mon, 13 Mar 2017 20:52:52 +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 32873160B85 for ; Mon, 13 Mar 2017 21:52:52 +0100 (CET) Received: (qmail 81512 invoked by uid 500); 13 Mar 2017 20:52:51 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 81501 invoked by uid 99); 13 Mar 2017 20:52:51 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Mar 2017 20:52:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C044C1A08F9 for ; Mon, 13 Mar 2017 20:52:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id o1byIN5FSCII for ; Mon, 13 Mar 2017 20:52:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 11B6B61F14 for ; Mon, 13 Mar 2017 20:52:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2BE18E0D58 for ; Mon, 13 Mar 2017 20:52:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1A3612443C for ; Mon, 13 Mar 2017 20:52:44 +0000 (UTC) Date: Mon, 13 Mar 2017 20:52:44 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12524) add plugin failing because it cannot find tools/templates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Mar 2017 20:52:53 -0000 [ https://issues.apache.org/jira/browse/CB-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15922918#comment-15922918 ] ASF subversion and git services commented on CB-12524: ------------------------------------------------------ Commit 028725468aee4a1b30de3058356084ed9f5e3191 in cordova-android's branch refs/heads/master from [~bowserj] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=0287254 ] CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail. > add plugin failing because it cannot find tools/templates > --------------------------------------------------------- > > Key: CB-12524 > URL: https://issues.apache.org/jira/browse/CB-12524 > Project: Apache Cordova > Issue Type: Bug > Components: Android, App Hello World > Affects Versions: 6.5.0 > Environment: Mac OSX 10.12.3 > Cordova 6.5.0 > Android 6.1.2 > Reporter: Gary N Griswold > Assignee: Joe Bowser > Priority: Blocker > > plugin add is failing because it is looking for in sdk/tools/templates/gradle/wrapper, but tools/templates does not exist. > The reference to the missing templates directory is found in {quote}check_reqs.js line 88{quote} > {code} > platforms/android/cordova/lib/check_reqs.js > line 88: var wrapperDir = path.join(sdkDir, 'tools', 'templates', 'gradle', 'wrapper'); > Please see the > cordova plugin add $HOME/ > Failed to install 'com-shortsands-videoplayer':CordovaError: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK. > Looked here: /Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper > at Object.module.exports.check_gradle (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/check_reqs.js:90:25) > at GradleBuilder.prepEnv (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/builders/GradleBuilder.js:161:23) > at Api.module.exports.runClean (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/lib/build.js:131:20) > at /Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/Api.js:394:50 > at _fulfilled (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:834:54) > at self.promiseDispatch.done (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:863:30) > at Promise.promise.promiseDispatch (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:796:13) > at /Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:604:44 > at runSingle (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:137:13) > at flush (/Users/garygriswold/ShortSands/VideoProto/platforms/android/cordova/node_modules/q/q.js:125:13) > Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK. > Looked here: /Users/garygriswold/Library/Android/sdk/tools/templates/gradle/wrapper > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org