clojure-android / lein-droid

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

Correctly expand adb path on Windows #29

Closed r-moeritz closed 11 years ago

r-moeritz commented 11 years ago

On Windows lein droid install fails wirth error The path xxx/platform-tools/adb doesn't exist. Abort execution..

We should use sdk-binary to expand the path to adb correctly depending on our OS.

r-moeritz commented 11 years ago

I've made the changes you requested :)

alexander-yakushev commented 11 years ago

The commit message:).

I've merged the request anyway. You'll only have to no-ff merge with my branch since commits are different.

r-moeritz commented 11 years ago

Ok cool, thanks for pointing out all the things I've missed. What was wrong with the commit message?

alexander-yakushev commented 11 years ago

It looked like "On Windows lein droid install fails with error The path …". Seems like you forgot to add a commit title, so the description became the title.