clojure-android / lein-droid

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

Leaderboard dependencies #94

Closed arunvickram closed 9 years ago

arunvickram commented 10 years ago

Hi guys, I'm trying to integrate either Swarm leaderboards or the Google Play Game Services leaderboards and the problem that I have is that whenever I try to use these projects as dependencies, it doesn't necessarily work. For example, if I try to lein droid init in the google play services directory, sure, it works. But when I include the dir as a a :project-dependency then all hell breaks loose. Now I'm here waiting forever for this code to compile, keeping in mind I upped the dex heap size to 4096M and I added four threads to the operation. Whenever I replace google play with swarm, Swarm is imported alright, but the manifests aren't merged, and I'm getting an error. Does anyone have any advice? Zach Oakes told me to bring the issue up here.

alexander-yakushev commented 10 years ago

What do you mean by "manifests are not merged"? Are the resources not merged, or something else?

alexander-yakushev commented 9 years ago

@arundilipan Sorry this being fixed only now. Since version 0.4.0-alpha5 lein-droid properly supports AAR packages with manifest merging, resources and everything. Guide.