Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: Dristhi  OpenSRP App build depends on Server build, so please complete that before building app

  1. Clone Dristhi app OpenSRP app git repository from https://github.com/SEL-ColumbiaOpenSRP/drishtiopensrp-appclient using git clone clone https://github.com/SEL-ColumbiaOpenSRP/drishtiopensrp-appclient
  2. Android Emulator
    1. Default Emulator: Create, for the first time, and start an Android Virtual Device by using android avd with API level 16 and screen resolution 1024 X 600
    2. Genymotion: Alternatively, you can also install Genymotion Android Emulator which is much faster than the default Android emulator.
      1. Install Genymotion emulator
      2. Install Virtual Box
      3. Follow ARM Translation instructions to get Dristhi app OpenSRP app working on Genymotion
      4. Start Genymotion emulator and create a Virtual device with API level 16 and screen resolution 1024 X 600
  3. Run mvn clean install from the root directory of Dristhi appOpenSRP app