Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
Ubuntu 12.04
Description
Apparently a separator fix for latest version (2.11.1) broke how paths are built, and this leads to failed builds on Linux slaves.
2.10:
[android] Ensuring platform(s) are installed: [android-8, android-19]
$ /home/jenkins/android-sdk-linux/tools/android list target
2.11.1:
[android] Ensuring platform(s) are installed: [android-8, android-19]
$ /home/jenkins/android-sdk-linux\tools\android list target
FATAL: Cannot run program "/home/jenkins/android-sdk-linux\tools\android": error=2, No such file or directory
java.io.IOException: Cannot run program "/home/jenkins/android-sdk-linux\tools\android": error=2, No such file or directory
Attachments
Issue Links
- is duplicated by
-
JENKINS-23346 Path to android-sdk subfolders is incorrect
-
- Closed
-
-
JENKINS-27072 Mismatched separators for Android SDK paths
-
- Closed
-
-
JENKINS-24956 Path Seperator on OSX. using $HOME + tools path causes problems
-
- Closed
-
Also, adb -s emulator-5834 shell getprop dev.bootcomplete does not work on OSX.
It works only with adb connect localhost:5834