Search code examples
calabash

Is there any way to use calabash-android without gem install command


Is there any way to use calabash-android without gem install command?

I do not want to use gem install command and wants just folder where it is extracted. Is is it possible to do it?

I am using windows 7 OS.


Solution

  • You can clone Git repository and build that using rake build command. Also you can refer calabash-android build which explains all the steps.