You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Shakhnazarov (JIRA)" <ji...@apache.org> on 2016/02/29 16:59:18 UTC

[jira] [Comment Edited] (CB-10669) cordova run --list cannot find 'adb'

    [ https://issues.apache.org/jira/browse/CB-10669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172043#comment-15172043 ] 

Sergey Shakhnazarov edited comment on CB-10669 at 2/29/16 3:58 PM:
-------------------------------------------------------------------

[~myusrn], yes, this is correct. This fix will be shipped with the next {{cordova-android}} release. (i.e. after the {{5.1.1}} release, which is being out now).


was (Author: daserge):
[~myusrn], this fix will be shipped with the next {{cordova-android}} release. (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}
> λ cordova run --list --verbose
> Available android devices:
> Running command: cmd "/s /c "d:\apps\testApp\platforms\android\cordova\lib\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: Error: cmd: Command failed with exit code 2
> Available android virtual devices:
> Running command: cmd "/s /c "d:\apps\testApp\platforms\android\cordova\lib\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 code 2: Error: cmd: Command failed with exit code 2
> {code}
> The problem here is that even though cordova build & cordova run find ANDROID_HOME directory using some heuristics `--list` commands do not. We should 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