Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Setting Up Ironhide

Eugene Park edited this page Apr 9, 2015 · 7 revisions

#How to Set Up Ironhide

Before getting started make sure to read the Espresso Set Up Instructions here

You can get started with Ironhide in one of two ways:

First:

  1. Download the JAR file from the Ironhide repository

  2. Put the Ironhide JAR in the libs folder in your app.

  3. Add androidTestCompile files('libs/Ironhide-1.X.X.jar') in the dependencies section of your build.gradle file

Second, You can build the JAR file your self by downloading the full Ironhide repository:

  1. Clone the Ironhide repository to the desktop

  2. Open Ironhide in Android Studio (or Eclipse).

  3. Open the build.gradle file inside the lib folder

  4. Right click on task coreLibJar(type: Jar){ and select "Run Make.jar"

  5. The JAR can then be found in "YourDirectory\Ironhide\lib\build\libs"

  6. Do the steps in the first method with your newly generated JAR.

  7. You can use this method if you wan't to tweak Ironhide or put in more helper methods for your own use.

Clone this wiki locally