Hi Jani,
When i executed adb command in the jenkins terminal, it returned 'command not found'.
So I have executed: 1) 'apt-get install android-tools-adb' command, then 2) adb
Now it returned below output:
-a - directs adb to listen on all interfaces for a connection
-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is running.
......etc
However on my jenkins, tests are still failing with the below error
ADB server didn't ACK
* failed to start daemon *
Thanks
Sahiti