clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

Build failure using newest lein-droid and neko 3.0.0 [and Java 1.8] #30

Closed rhg closed 9 years ago

rhg commented 10 years ago

Here is the exception stacktrace whis is helpful as they are https://www.refheap.com/77772

from what I gather something is trying to define a class java.lang.XXX, but what?

alexander-yakushev commented 10 years ago

Wow, this is impressive, can you upload the project you are trying this on and give me a link?

rhg commented 10 years ago

Sorry for taking so long, here it is https://bitbucket.org/rhg135/urlsnatcher. I don't recall doing anything weird, but who knows.

alexander-yakushev commented 10 years ago

Sorry for taking so long. I have just tried building the project and it worked (I had to uncomment :dex-opts ["-JXmx4096M"] for dex to work). I clearly have no idea what the problem could be. Which Java version do you use? Mine is 1.7.0_51

rhg commented 10 years ago

I feel like an idiot, I'm fairly certain I was using 1.8 as my jvm On Apr 29, 2014 5:57 PM, "Alexander Yakushev" notifications@github.com wrote:

Sorry for taking so long. I have just tried building the project and it worked (I had to uncomment :dex-opts ["-JXmx4096M"] for dex to work). I clearly have no idea what the problem could be. Which Java version do you use? Mine is 1.7.0_51

— Reply to this email directly or view it on GitHubhttps://github.com/clojure-android/neko/issues/30#issuecomment-41742586 .

alexander-yakushev commented 10 years ago

So does it work if you build with earlier Java version? IIRC, 1.7 is necessary (1.6 won't cut) because Neko was built against 1.7

alexander-yakushev commented 9 years ago

I consider this solved.