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 009CB19795 for ; Wed, 16 Mar 2016 16:32:35 +0000 (UTC) Received: (qmail 56155 invoked by uid 500); 16 Mar 2016 16:32:33 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 55931 invoked by uid 500); 16 Mar 2016 16:32:33 -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 55388 invoked by uid 99); 16 Mar 2016 16:32:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2016 16:32:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 846B82C1F69 for ; Wed, 16 Mar 2016 16:32:33 +0000 (UTC) Date: Wed, 16 Mar 2016 16:32:33 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9710) "cordova run android" fails to pick the best avd 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-9710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197618#comment-15197618 ] ASF subversion and git services commented on CB-9710: ----------------------------------------------------- Commit 457c5b8b3b694265c991b456b15015741ade5014 in cordova-android's branch refs/heads/master from [~roberto.andrade] [ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=457c5b8 ] CB-9710: Fixing issues parsing `android avd list` output for certain AVDs which resulted in them not being included in the selection process even if they are the best match. This closes 221 > "cordova run android" fails to pick the best avd > ------------------------------------------------ > > Key: CB-9710 > URL: https://issues.apache.org/jira/browse/CB-9710 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: Master > Environment: Mac OSX 10.10 > Reporter: Roberto Andrade > Labels: easyfix, patch > > When running `cordova run android`, the scripts try to enumerate the AVDs available and parse the output from `android avd list` to determine which AVD matches the project requirements best. > Given some of the changes over time the output now doesn't match 100% of what the script expects causing it to skip some of the AVDs and falling back to a possibly incompatible AVD. > I created a PR on Github with a suggestion to the fix in case you guys want to incorporate it: https://github.com/apache/cordova-android/pull/221 -- 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