I am trying to build an Android project in Hudson.
The console output is as follows:
At revision 352
no change for since the previous build
[android] Using Android SDK: D:\android -copy files\Android\Android\android-sdk-windows
[android] Starting Android emulator
$ "D:\android -copy files\Android\Android\android-sdk-windows/tools/emulator.exe" -ports 54298,54299 -no-boot-anim -prop persist.sys.language=en -prop persist.sys.country=US -avd hudson_en-US_160_WVGA_android-10
[android] Waiting for emulator to finish booting...
...
[android] Attempting to unlock emulator screen
...
[android] Emulator is ready for use (took 123 seconds)
[android] Stopping Android emulator
[android] Archiving emulator log
Finished: SUCCESS
But the problem is that the emulator is opened and the installation of the APK file in the emulator is not shown, even though I have selected the job configuration option "Show emulator window".
How can I make the emulator visible during the build process?