Skip to content
Ishan Khanna edited this page Jun 22, 2014 · 18 revisions

Assuming you have correctly setup

  • Git
  • Gradle
  • Android Studio

Follow the steps below to get project up and running on the emulator or device and start developing on top of it:

Clone the Project From Github to Local Machine

  • Download Zip -> Extract it to your preferred location.
  • Open Android Studio
  • Click on File -> Import
  • Browse to the directory where you cloned(extracted zip) android-client repo
  • Choose the android-client folder and click ok

Enable Support for Annotations

We are using ButterKnife Library for View Injection, this requires Support for Annotations enabled on Android Studio, Here is how you do it.

  • Open Android Studio's preference and navigate to CompilerAnnotation Processors. Check "Enable annotation processing". Android Studio Annotation Processing

Once this is done you can compile and run the code on your emulator or device.

I prefer Genymotion - Android Emulator it is faster than the emulator Shipped with ADT Bundle.

Demo Credentials

  1. Username: mifos
  2. Password: password
Clone this wiki locally