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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to