Search code examples
ubuntu-12.04calabashcalabash-ioscalabash-android

How can I install Calabash-android for Ubuntu?


I am new to Calabash and recently switched from Windows to Ubuntu. Can anyone give me detailed steps on how to install Calabash-android for Ubuntu 14.04?

Please advise.


Solution

  • Did you search for the solution?

    On the GitHub page they have 3 steps https://github.com/calabash/calabash-android/wiki/Ubuntu-Setup

    Steps to setup calabash-android on Ubuntu.
    1. Install Oracle JDK 7 and add it to your path.
    2. Install Ruby 1.9.3 using rvm

    1. gem install calabash-android

    Also this post might help you https://stackoverflow.com/a/24591513/1165581 by Arunjyothis