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

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

Nikhil Khandelwal created CB-10669:
--------------------------------------

             Summary: cordova run --list cannot find 'adb'
                 Key: CB-10669
                 URL: https://issues.apache.org/jira/browse/CB-10669
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: Nikhil Khandelwal


{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