-
Notifications
You must be signed in to change notification settings - Fork 56
lein droid build fails on "Hello world" sample project #144
Comments
In the past this was due to _a or (debug/_a) being included in the example. Try removing all references to debug/*a and replacing it with "this" instead. |
Hi Ken, Thanks for you answer, but it didn't solve the compilation error. In fact the compilation error arise when trying to java compile the Hereafter the
The compilation error occurs at line 10 when trying to import
|
Hi, After some tests using The |
Doh. I'm not sure how to fix that because I use standard Java utilities for calling shell binaries. You can try to google for similar issues for plain java and tell us about the possible solutions. |
I'd fork lein-droid repo yesterday, and I'll try to find how to fix it in the next days. If it works I'll send you a pull request. Unfortunately I pretty new in Clojure (my background is mainly Java) and I don't know the way lein-droid plugin is structured. |
This should help a bit: https://github.com/clojure-android/lein-droid/wiki/Hacking-the-plugin |
Hi,
I've created a new clojure android project using the following command:
lein new droid my-droid my.droid
I've modified
my-droid/project.clj
, just to indicate the android-sdk path and when I tried to build the project using:lein droid build
the following error occurs:error: package neko does not exist
I sure I doing something wrong but I didn't find any way to fix it.
I am using the following leiningen version:
Leiningen 2.5.1 on Java 1.7.0_51 Java HotSpot(TM) 64-Bit Server VM
Please find hereafter the generated project.clj file:project.clj.txt
The text was updated successfully, but these errors were encountered: