Skip to content
Fernando Cejas edited this page Dec 6, 2015 · 1 revision

Frodo Local Development

Here are some useful Gradle commands for executing and installing the library:

  • ./install_frodo.sh - One time execution command for installing frodo library and dependencies.
  • ./gradlew installFrodoApi - Installs Frodo Api dependencies.
  • ./gradlew installFrodoRuntime - Installs Frodo Runtime dependencies.
  • ./gradlew installFrodoPlugin - Installs Frodo gradle plugin.
  • ./gradlew installFrodoAndroidSample - Build and installs everything plus android application sample.
  • ./gradlew runUnitTests - Run unit tests.

Frodo Code style -----------------

Here you can download and install the java codestyle. https://github.com/android10/java-code-styles

Clone this wiki locally