Skip to content

Building the code

Naman Dwivedi edited this page Sep 4, 2017 · 2 revisions
  1. Clone the repository

  2. Open Android studio

  3. Click on 'Open an existing android studio project'

  4. Browse to the directory where you cloned mobile-wallet repo and click OK.

  5. Let Android studio import the project

You will see an error in gradle build related to missing RblClientIdProp and RblClientSecretProp

  1. Add RblClientIdProp and RblClientSecretProp as environment variables with any value

  2. Sync the project again in Android studio

Demo credentials

  • Fineract Instance: demo.mifos.io
  • username: demoUser123
  • password: password
Clone this wiki locally