Testing multiple Android devices on one machine

后端 未结 4 1798
误落风尘
误落风尘 2021-02-15 11:48

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,

4条回答
  •  暖寄归人
    2021-02-15 12:01

    The below command works for me:

    calabash-android run your_app.apk ADB_DEVICE_ARG=

    Hope that help

提交回复
热议问题