A cookiecutter 🍪 template for bootstrapping new Android Example projects for this repo!
Install cookiecutter (via homebrew on mac/linux):
brew install cookiecutterNavigate to android-examples directory:
cd android-examplesRun cookiecutter tool by passing in the template directory as argument:
cookiecutter cookiecutter-android-example/You'll be prompted for various configuration options - see cookiecutter.json for the full list.
To accept the configuration option you see in brackets, simply hit Enter
Note: Make sure you have the
dependencies.gradlefile at the root of android-examples directory, since the template creates an android project that references that file for dependency versioning.
