Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Won't Fix
-
None
-
Hudson 1.374 running on Windows 2003; Android Emulator Plugin 1.3.1; JDK 1.6.0_11-b03; Android SDK r06 with all components installed
Description
Choose "Run emulator with properties" and set
- Android OS version: 2.1
- Density: 160
- Resolution: 480x800
- SD card: 16M
Uncheck "Reset emulator state at start-up" and "Show emulator window"
Delay: 0
During build the following error message is displayed:
[android] Using Android SDK: d:\tools\android-sdk-windows
[android] Starting Android emulator
$ d:\tools\android-sdk-windows/tools/emulator.exe -ports 2331,2332 -no-boot-anim -prop persist.sys.language=en -prop persist.sys.country=US -avd hudson_en-US_160_WVGA_android-7 -no-window
emulator: ERROR: unknown virtual device name: 'hudson_en-US_160_WVGA_android-7'
emulator: could not find virtual device named 'hudson_en-US_160_WVGA_android-7'
[android] Emulator did not appear to start; giving up
[android] Stopping Android emulator
That's quite the regression, sorry.
Could you please post the output of these commands on the "Script Console"?
println System.getenv("ANDROID_SDK_HOME")
println System.getenv("ANDROID_SDK_ROOT")
println System.getenv("ANDROID_HOME")
println System.getenv("USERPROFILE")
println System.getenv("HUDSON_HOME")
println System.getenv("USERNAME")
println System.getProperty("user.home")
Also, are you running a Hudson as a service on Windows, or via a different means?