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 777C5200B93 for ; Sat, 17 Sep 2016 00:44:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76213160AD9; Fri, 16 Sep 2016 22:44:23 +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 AF10F160AC4 for ; Sat, 17 Sep 2016 00:44:22 +0200 (CEST) Received: (qmail 58811 invoked by uid 500); 16 Sep 2016 22:44:21 -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 58117 invoked by uid 99); 16 Sep 2016 22:44:21 -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; Fri, 16 Sep 2016 22:44:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2DB6DE053F; Fri, 16 Sep 2016 22:44:21 +0000 (UTC) From: imhotep To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-lib pull request #490: Android studio Content-Type: text/plain Date: Fri, 16 Sep 2016 22:44:21 +0000 (UTC) archived-at: Fri, 16 Sep 2016 22:44:23 -0000 GitHub user imhotep opened a pull request: https://github.com/apache/cordova-lib/pull/490 Android studio Adds Android Studio support Adds some logging for when patformApi fails for weird reasons. You can merge this pull request into a Git repository by running: $ git pull https://github.com/imhotep/cordova-lib android_studio Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-lib/pull/490.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 #490 ---- commit 6c622f51ace9a2a0bab73c5ec910e81f835199ba Author: Joe Bowser Date: 2016-02-12T22:06:42Z CB-8320: We look for a build.gradle to make sure it's Android, not an AndroidManifest, because it moved commit 062f15f52469dd438ee2831c12e28434589fc759 Author: Joe Bowser Date: 2016-07-28T19:42:47Z CB-8320: Lint commit a25ddc260bbbf2aef254fb6cf91436d6edfd3ea3 Author: Anis Kadri Date: 2016-08-29T14:28:55Z config.xml has a different location in Android Studio commit 99931eb03cc440e5fb5d7721abb92aa4938fe30e Author: Anis Kadri Date: 2016-08-29T14:29:24Z Adding error message to help debug platformApi loading errors commit 6a6821ff645490aac5f616fdf468a528ac92464d Author: Anis Kadri Date: 2016-09-15T00:04:23Z undoing android_parser changes commit 51355f71ca5ff54e727df13a5ab468c4988c0e2b Author: Anis Kadri Date: 2016-09-16T22:35:41Z Unifying quotes ---- --- 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