This is a Clojure/Android application.
Assuming that zou have already installed and updated the Android SDK.
Set the ANDROID_SDK_LOCATION path in the project.clj
under :android :sdk-path
Then
lein droid doall
will pull all dependencies, build the app, assemble and sign the APK, eventually deploy the APK to a running emulator.
Copyright © 2019 FIXME
Distributed under the Eclipse Public License, the same as Clojure.