clojure-android / lein-droid

A Leiningen plugin for building Clojure/Android projects
Eclipse Public License 1.0
645 stars 56 forks source link

Multiple problems, can't get plugin to work #160

Open Linchy opened 7 years ago

Linchy commented 7 years ago

Here is my attempt:

image

Any help with this? I seem to be missing multidex:aar, but can't for the life of me find a download for it.

chimez commented 7 years ago
  1. Install Extras\ Android Support Repository by Android SDK Manager.
  2. use
lein new droid <project-name> <package-name> :android-common {:android {:sdk-path "/path/to/android-sdk-linux_x86"}}