Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

How to build the project

Raphael Michel edited this page Mar 8, 2015 · 29 revisions

Checking out the source code

$ git clone https://github.com/raphaelm/opacclient.git opacclient
$ cd opacclient/

You can also do this directly from Android Studio.

Import project in Android Studio

We assume you have an Android Studio installation ready to use.

  1. Start Android Studio and choose 'Open an existing Android Studio project'
  2. Select the folder opacclient inside the repository you just cloned
  3. Start coding!

Should work. If not, play around or email us at [email protected]. Happy hacking!

Build with gradle

$ ./gradlew assembleDebug
Clone this wiki locally