clojure-android / lein-droid

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

Fix issue #17 #156

Closed alvatar closed 7 years ago

alvatar commented 7 years ago

Small fill for regression, @alexander-yakushev. Could you take a look at this please? thank you!

alvatar commented 7 years ago

This seems to result in the build omitting the external aar. Any clue on how to fix that? (The nil parameter I assume)

alvatar commented 7 years ago

Also using :dependencies in that parameter doesn't cut it. However, the AAR files are correctly unzipped, and can be found in aar-extracted directory.

alexander-yakushev commented 7 years ago

Could you please clarify the problem? Is this for possibility of including AARs not from the repositories?

alvatar commented 7 years ago

Sorry for the late response. I didn't receive a notification. The issue is that I get classes not defined pointing to those projects. They are from repositories, like SnappyDB. When I manually copy the extracted files to the classes dir it seems to work IRCC.