iNaturalistAndroid is an Android app for iNaturalist.org.
- Make sure you have tha latest Android Studio
- Download and install Crashlytics
- Download the iNaturalist source code and extract to a directory of your choosing
- Go to the
iNaturalist/src/main/res/values
and renameconfig.xml.example
toconfig.xml
(and change its values to match your GMaps, FB, etc. keys) - From Android Studio: File -> Open -> Choose the root directory of the downloaded source code
- Download and install Android NDK
- Make sure ANDROID_NDK_HOME environment variable points to the NDK root path.
- If on Mac: Make sure the above env variable is passed to Android Studio's gradle system: https://stackoverflow.com/a/30128305/1233767
- Clean & build