I have two different Android devices plugged into the same machine. What I would like to do is to target each device and execute a test on it separately.
Unfortunately,
The below command works for me:
calabash-android run your_app.apk ADB_DEVICE_ARG=
Hope that help