I am trying to run android hybrid app tests with selendroid
standalone server. When I start the server it successfully starts but I get the following error for the emulators. -
WARNING: Could not get avdName for device emulator-5672
io.selendroid.standalone.exceptions.AndroidDeviceException:
Cannot establish a connection to device.
at io.selendroid.standalone.android.TelnetClient.<init>(TelnetClient.java:40)
Can anyone help with this ?