Please visit tasks.org for end user documentation and support
- Fork and clone the repository
- command line users: clone with
--recurse-submodules
or rungit submodule update --init
after cloning
- command line users: clone with
- Install and launch Android Studio
- Select
File > Open
, select the Tasks directory, and accept prompts to install missing SDK components
- Register at mapbox.com
- Add
tasks_mapbox_key_debug="<your_api_key>"
to yourgradle.properties
file. You can create an access token or use your default public token
- Register at cloud.google.com
- Enable Google Tasks API and Google Drive API
- Create android authorization credentials
- Register at cloud.google.com
- Enable Google Maps SDK and Google Places API
- Set up an API key
- Add
tasks_google_key_debug="<your_api_key>"
to yourgradle.properties
file - Select
Build > Select Build Variant
and choose thegoogleplay
variant