I started appium server with
appium -p 4725 -bp 4726 -U 9f....
Then I try to run
arc
with appium.txt
[caps]
platformName = "android"
app = "/Users/...."
deviceName = "Android"
port = 4725
udid = "9f..."
bootstrapPort = 4726
The final result is always
ERROR: Unable to connect to Appium. Is the server running?
What am I doing wrong?
version:
arc -v
appium_console: v1.0.1
appium_lib: v4.1.0
appium -v
1.2.2
Reference link: https://github.com/appium/ruby_console/issues/34