clojure-android / lein-droid

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

ClassNotFound exception #90

Closed AdamClements closed 10 years ago

AdamClements commented 10 years ago

lein-droid 0.2.3

Building a lein-droid project which includes a java source directory that implements an android service fails with a class not found on the device, a dexdump of the classes.dex shows nothing there, but it is in the target/classes directory.

DEBUG=1 shows dx tool being used is 18.0.1, build-tools directory contains 18.0.1 18.1.0 19.0.1 android-4.4

Setting :build-tools-version to "19.0.1" fixes it and builds a functional APK

alexander-yakushev commented 10 years ago

Thank you for reporting it, Adam!