vishnukarthikl / calabash-android-java

Write calabash android tests in Java.
http://vishnukarthikl.github.io/calabash-android-java/
MIT License
6 stars 9 forks source link

How to connect to a physical device and run tests #6

Closed Aswini999 closed 9 years ago

Aswini999 commented 10 years ago

Please provide android configuration to connect to physical device using USB

vishnukarthikl commented 10 years ago

It automatically detects the serial when a single device is connected. But make sure the device is show when you run adb devices from your command prompt

Aswini999 commented 9 years ago

Thank you