clojure-android / lein-droid

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

how to build and install apk to lollipop (api 21) #113

Closed eggcaker closed 9 years ago

eggcaker commented 9 years ago

hi, I just tried build and install to device, I can built the apk and install to devices (<21) but got error on 5.0 devices : Failure [INSTALL_FAILED_DEXOPT] so, it's possible to install the apk to android 5.0 and how ?

alexander-yakushev commented 9 years ago

There is a problem right now with Clojure and Lollipop (see clojure-android/clojure#3). I have a fix in mind, but currently a little busy to implement that. But it will happen soon.

alexander-yakushev commented 9 years ago

I believe this if fixed now. Please see http://clojure-android.info/blog/2014/12/03/clojure-now-works-on/

alexander-yakushev commented 9 years ago

Dupilicate of clojure-android/clojure#3.