-
Notifications
You must be signed in to change notification settings - Fork 57
path problems in windows #138
Comments
The last time I've looked into this issue it was much easier just to move the android SDK into some other place without spaces:(. |
I did that and it works. |
I somewhat similar problem
My paths either to project or android sdk are without spaces. So solution above didn't worked. |
You should run lein with |
Don't know what is actually wrong here:
|
Try running this command manually from the shell, but add a slash to the end of the
Will that work? |
Nope :( |
The problem is, dx on Windows wants to treat the (defproject ...
...
:android {...
:out-dex-path "target\debug\classes.dex" |
This move me one step further :)
Probably because now lein-droid expect that "classes.dex" is a directory :) |
Ha! I found what was happening. It was using tools for android-4.2.2 while proper tools version should be 21.1.2. Now it builds. |
That's good news:). |
Android SDK is installed in
C:\Program Files\Android\android-sdk
. Runninglein droid doall
throws the windows path-nightmare error:The text was updated successfully, but these errors were encountered: