Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52B2A1796B for ; Wed, 23 Sep 2015 19:59:05 +0000 (UTC) Received: (qmail 76160 invoked by uid 500); 23 Sep 2015 19:59:05 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 76135 invoked by uid 500); 23 Sep 2015 19:59:05 -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 76120 invoked by uid 99); 23 Sep 2015 19:59:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 19:59:05 +0000 Date: Wed, 23 Sep 2015 19:59:05 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8320) Support using cordova with standard Android projects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14905132#comment-14905132 ] ASF subversion and git services commented on CB-8320: ----------------------------------------------------- Commit dfb87f00c9b3010dd99f4c67e2cdda42cadfb08f in cordova-android's branch refs/heads/5.0.x from [~bowserj] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=dfb87f0 ] CB-8320: Setting up gradle so we can use CordovaLib as a standard Android Library > Support using cordova with standard Android projects > ---------------------------------------------------- > > Key: CB-8320 > URL: https://issues.apache.org/jira/browse/CB-8320 > Project: Apache Cordova > Issue Type: New Feature > Components: Android > Reporter: Graham Mueller > Assignee: Joe Bowser > Labels: gradle, plugins > Fix For: 5.0.0 > > > We've recently started to use the newer project structure recommended for the [Android Tools|http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure]. The basic idea is > {code} > /platforms/android > /build.gradle > /settings.gradle > /etc... > /cordova > /CordovaLib > /APP_NAME > /build.gradle > /src > /main > /assets > /res > /java > /... > {code} > When you try to run {{cordova plugin add ...}}, it assumes you have the assets, res, and src at the root of the Android directory. Is there any way to change this expectation, since the newer projects are kind of expected to be this way? I acknowledge that the Android cmd line tool doesn't do this yet, but you can't expect Google to keep up with their own tools. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org