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 328FF200D51 for ; Thu, 7 Dec 2017 11:07:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3123F160C1E; Thu, 7 Dec 2017 10:07: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 80A51160BFE for ; Thu, 7 Dec 2017 11:07:09 +0100 (CET) Received: (qmail 73450 invoked by uid 500); 7 Dec 2017 10:07:03 -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 73085 invoked by uid 99); 7 Dec 2017 10:07:03 -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; Thu, 07 Dec 2017 10:07:03 +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 B78B71A141A for ; Thu, 7 Dec 2017 10:07:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] 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 T8pDEocU8SP0 for ; Thu, 7 Dec 2017 10:07:01 +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 8200F5F3BE for ; Thu, 7 Dec 2017 10:07:01 +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 CC20BE2573 for ; Thu, 7 Dec 2017 10:07:00 +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 38CC2255CE for ; Thu, 7 Dec 2017 10:07:00 +0000 (UTC) Date: Thu, 7 Dec 2017 10:07:00 +0000 (UTC) From: "Tom Bell (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13636) Plugins not for Android fail to install for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Dec 2017 10:07:10 -0000 [ https://issues.apache.org/jira/browse/CB-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281590#comment-16281590 ] Tom Bell commented on CB-13636: ------------------------------- I've installed cordova-common@2.2.0 globally and locally, and the issue still occurs. This is definitely not an issue with cordova-commons, but an issue with it correctly detecting if the Android project is an Android Studio project. > Plugins not for Android fail to install for Android > --------------------------------------------------- > > Key: CB-13636 > URL: https://issues.apache.org/jira/browse/CB-13636 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-android > Affects Versions: 7.0.0 > Reporter: Tom Bell > Assignee: Joe Bowser > Attachments: cordova-commons.png > > > I am trying to update my project to 7.0.0 for cordova-android, however we have some plugins that are failing to install when re-installing the android platform. > {code} > Installing "zestia-cordova-plugin-activity" for android > Failed to install 'zestia-cordova-plugin-activity': Error: ENOENT: no such file or directory, open '/Users/tombell/Code/capsule-mobile/platforms/android/AndroidManifest.xml' > at Object.fs.openSync (fs.js:646:18) > at Object.fs.readFileSync (fs.js:551:33) > at Object.parseElementtreeSync (/Users/tombell/Code/capsule-mobile/platforms/android/cordova/node_modules/cordova-common/src/util/xml-helpers.js:180:27) > at new AndroidManifest (/Users/tombell/Code/capsule-mobile/platforms/android/cordova/lib/AndroidManifest.js:29:20) > at AndroidProject.getPackageName (/Users/tombell/Code/capsule-mobile/platforms/android/cordova/lib/AndroidProject.js:99:12) > at Api.addPlugin (/Users/tombell/Code/capsule-mobile/platforms/android/cordova/Api.js:223:57) > at handleInstall (/Users/tombell/Code/capsule-mobile/node_modules/cordova-lib/src/plugman/install.js:594:10) > at /Users/tombell/Code/capsule-mobile/node_modules/cordova-lib/src/plugman/install.js:357:28 > at _fulfilled (/Users/tombell/Code/capsule-mobile/node_modules/q/q.js:787:54) > at self.promiseDispatch.done (/Users/tombell/Code/capsule-mobile/node_modules/q/q.js:816:30) > Error: ENOENT: no such file or directory, open '/Users/tombell/Code/capsule-mobile/platforms/android/AndroidManifest.xml' > {code} > This specific plugin only has configuration for iOS platforms. Do I need to change something in the plugins I've written internally? -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org