How can I install Calabash-android for Ubuntu?

1.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

U also will need Android SDK , after you install you have to set

export ANDROID_HOME=path/to/sdk

also i suggest you to install virtualbox + genymotion to emulate the Mobile Phone