-
Bug
-
Resolution: Unresolved
-
Major
-
Problem present in latest Android-emulator-plugin
We have Jenkins node with multiple (4) executors, which mean that more than one Job can be run at a time. Some of jobs are using Android emulator, and some are using real devices. Communication with devices is done using ADB daemon.
Problem is that Android-Emulator-plugin at the end of every job run is killing ADB daemon - so other, still running jobs will fail with ADB error:
00:01:50.233 ACTION: android deploying 'app-debug-finalized.apk'
00:01:53.235 * daemon not running. starting it now at tcp:5037 *
We need option to disable killing of ADB daemon.