/android-utils

Various utilities for writing Android apps with Clojure

Primary LanguageClojureBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

These are various utilities for writing Android applications with Clojure.

Build Process

To build this library make sure that Android SDK, Leiningen and lein-droid plugin are installed and create project-key.clj file containing

{:sdk-path ... ;; path to location where android sdk is installed, hopefully should be the same as SDK_HOME environment variable
}

or add :sdk-path <dir> entry directly to project.clj under :android key. Then issue

lein do droid-compile, install

which should install android-utils to your local maven repository.