I am using below command to start selenoid ./cm selenoid start --vnc --browsers "android:9.0" --args "-session-attempt-timeout 4m -service-startup-timeout 4m"
@vaniaPooh@aandryashin when i run the below command docker run -d --name android-test -e ENABLE_VNC=true --privileged -p 4444:4444 -p 5900:5900 selenoid/android:9.0
In this case, the appium server is getting started. But the smae is not happening when the container is start from selenoid
@vaniaPooh@aandryashin when i run the below command docker run -d --name android-test -e ENABLE_VNC=true --privileged -p 4444:4444 -p 5900:5900 selenoid/android:9.0
In this case, the appium server is getting started. But the smae is not happening when the container is start from selenoid
If i reboot the machince and start, the appium is geeting started, however i am getting another issue
An unknown server-side error occurred while processing the command. Original error: Failed to launch Appium Settings app: Condition unmet after 8136 ms. Timing out.
If i reboot the machince and start, the appium is geeting started, however i am getting another issue
An unknown server-side error occurred while processing the command. Original error: Failed to launch Appium Settings app: Condition unmet after 8136 ms. Timing out.
😅 Currently i am doing a poc for running android using docker, hence didn't thought that memory will play such an important role. Will try to increase the memory and try the same again