Skip to content

Commit

Permalink
Remove Calabash Android section on installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-brandao committed Oct 8, 2018
1 parent 372d866 commit ab7197c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ Installation

For an in-depth guide see [the Xamarin docs for Calabash installation](https://developer.xamarin.com/guides/testcloud/calabash/configuring/)

### Calabash Sandbox

If you are new to Ruby or gem management, we suggest you use the [Calabash sandbox](https://github.com/calabash/install)

### Prerequisites
You need to have Ruby installed. Verify your installation by running ruby -v in a terminal - it should print "ruby 2.0.0" (or higher). We recommend using a managed version of Ruby like rbenv or rvm.

If you are on Windows you can get Ruby from [RubyInstaller.org](http://rubyinstaller.org/)

You'll also need to have the Java Development Kit (JDK) installed and available. Calabash will attempt to automatically find this from registry keys on windows, or monodroid config elsewhere, but you can also specify it explicitly by setting the `JAVA_HOME` environment variable to its location (e.g. C:\Program Files\Java\jdk1.8.0_20), or having the JDK binaries themselves (i.e. C:\Program Files\Java\jdk1.8.0_20\bin) in your path.
You'll also need to have the Java Development Kit (JDK) installed and available. Calabash will attempt to automatically find this from registry keys on windows, or monodroid config elsewhere, but you can also specify it explicitly by setting the `JAVA_HOME` environment variable to its location (e.g. C:\Program Files\Java\jdk1.8.0_20), or having the JDK binaries themselves (i.e. C:\Program Files\Java\jdk1.8.0_20\bin) in your path.

You should have the Android SDK installed. You can download it from [here](http://developer.android.com/sdk/index.html). Create an environment variable with the name : `ANDROID_HOME` and its value pointing to the location of the unzipped downloaded SDK.

Expand Down

0 comments on commit ab7197c

Please sign in to comment.