I am using Xamarin UITest 2.2.6 (Tried downgrading the version to 2.2.4 & 2.2.5).
I can sucessfully run my tests on my local machine. We are not using calabash package dependency anywhere in our project.
While running my tests on App Center we are getting below error on App Center:
SetUp : System.Exception : Failed to execute: /Volumes/Data/xamarin/pipeline/versions/47ce72b23d7ff4d03244dfc4945dbf7b9c9d701a/adt/sdk/platform-tools/adb shell am instrument -e "target_package" "com.hargray.MobileGuide" -e "main_activity" "null" -e "debug" "false" -e "test_server_port" "37777" -e "class" "sh.calaba.instrumentationbackend.InstrumentationBackend" com.hargray.MobileGuide.test/sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner - exit code: 1/Volumes/Data/xamarin/pipeline/versions/47ce72b23d7ff4d03244dfc4945dbf7b9c9d701a/adt/sdk/platform-tools/adb:407: warning: already initialized constant ARGVParse am instrument -e target_package com.hargray.MobileGuide -e main_activity null -e debug false -e test_server_port 37777 -e class sh.calaba.instrumentationbackend.InstrumentationBackend com.hargray.MobileGuide.test/sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner{:instrumentation=>"com.hargray.MobileGuide.test/sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner", :instrumentation_name=>"sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner", :main_activity=>"null", :class=>"sh.calaba.instrumentationbackend.InstrumentationBackend", :target_package=>"com.hargray.MobileGuide", :package_name=>"com.hargray.MobileGuide.test"}Parse am instrument -e target_package com.hargray.MobileGuide -e main_activity null -e debug false -e test_server_port 37777 -e class sh.calaba.instrumentationbackend.InstrumentationBackend com.hargray.MobileGuide.test/sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner{:instrumentation=>"com.hargray.MobileGuide.test/sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner", :instrumentation_name=>"sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner", :main_activity=>"null", :class=>"sh.calaba.instrumentationbackend.InstrumentationBackend", :target_package=>"com.hargray.MobileGuide", :package_name=>"com.hargray.MobileGuide.test"}/Volumes/Data/xamarin/pipeline/versions/47ce72b23d7ff4d03244dfc4945dbf7b9c9d701a/adt/sdk/platform-tools/adb:117:in `shel': Error while starting {"message"=>"Waited for Calabash server on 37282. Did not launch.", "device_id"=>"e1569682-22a4-475c-b747-d45568eb827a", "error_code"=>104}, 503, {"message":"Waited for Calabash server on 37282. Did not launch.","device_id":"e1569682-22a4-475c-b747-d45568eb827a","error_code":104}. (RuntimeError)