Most of our documentation is available through the main LigerMobile project . However, we've jotted a few notes here that are pertinent to this specific part of the project. This project contains the LigerMobile android library code, the LigerMobile test app, and a build for the LigerMobile workshop application that it references from an outside directory.
This project depends on you also checking out the Ligermobile workshop project in a directory that is at the same level as this project. To be sure you have everything you need, check out the following:
- Open a terminal window
- We recommend you start with a new, clean directory: mkdir ligermobile
- Change to that directory: cd ligermobile
- Check out this project: git clone git@github.com:reachlocal/liger-android.git
- Check out the ligermobile-workshop project git@github.com:reachlocal/ligermobile-workshop.git
- Now, you are able to follow the getting started for android on mac instructions.
Once everything is set up properly, you will find that you can run two configurations:
- liger-android-bbcdemo
- liger-android-test-app