Clone (download) this repository if you're working on the Android front of development
#Things you need
- Everything installed in here (last update 9/5/2016):
- Android Studio - newest version in stable channel
- Android SDK if you don't already have it
- JDK
- Import Android Studio settings from settings.jar (root directory of source code), change location of SDK, JDK (both in "Project Structure"), and git.exe (in Settings)
- Android phone with corresponding drivers installed on computer. Phone must have USB debugging turned on in developer settings. Google/ask David/go on XDA Developers and look up your device if you have questions. If you have a good computer & can't get Android phone to work, Google how to use emulators.
#Things to remember#
- before starting every day, pull the new changes using SourceTree
- after editing a bit of your code, commit your changes
- remember to give your commits a nice description so you know what you did
- when you're all done editing, push your changes back to here so everyone can see