Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: android-emulator-plugin
-
Labels:None
-
Environment:Ubuntu 12.04
-
Similar Issues:
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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue is duplicated by |
Link |
This issue is duplicated by |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is duplicated by |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 155467 ] | JNJira + In-Review [ 207728 ] |
Hi,
any word on this?
I am currently stuck because latest won't work on my linux slaves without this regression fixed, while the old version doesn't work anymore since Google introduced brackets in their image names :/
id: 16 or "Google Inc.:Google APIs (x86 System Image):19"
Name: Google APIs (x86 System Image)
When creating a new image of course the file system doesn't allow brackets. Is new version able to cope with that btw?