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 8BF43199BA for ; Mon, 29 Feb 2016 15:56:53 +0000 (UTC) Received: (qmail 54581 invoked by uid 500); 29 Feb 2016 15:56:19 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 54358 invoked by uid 500); 29 Feb 2016 15:56:18 -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 53881 invoked by uid 99); 29 Feb 2016 15:56:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Feb 2016 15:56:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 357282C1F6B for ; Mon, 29 Feb 2016 15:56:18 +0000 (UTC) Date: Mon, 29 Feb 2016 15:56:18 +0000 (UTC) From: "Sergey Shakhnazarov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10669) cordova run --list cannot find 'adb' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10669?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D151720= 43#comment-15172043 ]=20 Sergey Shakhnazarov commented on CB-10669: ------------------------------------------ [~myusrn], this fix will be shipped with the next {{cordova-android}} relea= se. (i.e. after the {{5.1.1}} release, which is being out now). > cordova run --list cannot find 'adb' > ------------------------------------ > > Key: CB-10669 > URL: https://issues.apache.org/jira/browse/CB-10669 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Reporter: Nikhil Khandelwal > Assignee: Sergey Shakhnazarov > Labels: mustfix, triaged > > {code} > =CE=BB cordova run --list --verbose > Available android devices: > Running command: cmd "/s /c "d:\apps\testApp\platforms\android\cordova\li= b\list-devices.bat"" > ERROR: Error: cmd: Command failed with exit code 1 Error output: > 'adb' is not recognized as an internal or external command, > operable program or batch file. > Command finished with error code 2: cmd /s /c "d:\apps\testApp\platforms\= android\cordova\lib\list-devices.bat" > An unexpected error has occured while running list-devices with code 2: E= rror: cmd: Command failed with exit code 2 > Available android virtual devices: > Running command: cmd "/s /c "d:\apps\testApp\platforms\android\cordova\li= b\list-emulator-images.bat"" > ERROR: Error: cmd: Command failed with exit code 1 Error output: > 'android' is not recognized as an internal or external command, > operable program or batch file. > Command finished with error code 2: cmd /s /c "d:\apps\testApp\platforms\= android\cordova\lib\list-emulator-images.bat" > An unexpected error has occured while running list-emulator-images with c= ode 2: Error: cmd: Command failed with exit code 2 > {code} > The problem here is that even though cordova build & cordova run find AND= ROID_HOME directory using some heuristics `--list` commands do not. We shou= ld fix this to work. -- 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