Skip to content Skip to sidebar Skip to footer

Calabash Android Script Halts

When I run the .apk my execution halts for long and script does not executes. I need to explicitly abort it. don't know why it does not executes. there is no error comes on console

Solution 1:

Virtualbox + genymotion should work. I am working on Ubuntu 14.04 and it's working fine. Probably it's problem with programmer settings or connection with a phone. Try to reinstall phone drivers or adapter driver(if you are using one)

Solution 2:

This happened to me while working on my project

1> Close your current terminal.

2> Open new terminal and check if your device is connected by typing

adb devices

It will restart daemon and list devices connected. Make sure your device is connected in USB Debugging mode.

3> After that run your test it should work. :)

Post a Comment for "Calabash Android Script Halts"