Android app for iNaturalist.org
Java C Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
gradle/wrapper
iNaturalist
library
smoothrescale Fix #327 - implement Lanczos photo resizing Jun 22, 2017
urlImageViewHelper
.gitignore
LICENSE
README.md Fix #327 - implement Lanczos photo resizing Jun 22, 2017
build.gradle Upgraded Gradle version + Android build tools version Jun 16, 2017
gradlew
gradlew.bat Migrated into Android Studio + moved most of the 3rd party dependenci… May 21, 2015
iNaturalistAndroid-Studio.iml Observation viewer fixes (#116) + new observation editor + fix #108 Feb 15, 2016
settings.gradle Fix #327 - implement Lanczos photo resizing Jun 22, 2017

README.md

iNaturalistAndroid

iNaturalistAndroid is an Android app for iNaturalist.org.

Setup

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