clojure-android

2017-11-12T05:49:18.000044Z

Not sure how active it is in here, but I'm curious, I'm having issues with getting lein-droid running. Whenever I include it in my plugins it gives me a ClassNotFoundException with org.sonatype.aether.util.version.GenericVersionScheme. I've tried several things, like adding the maven repo to my deps in both my own project as well as the project.clj in my lein-droid jar in the .m2/repository and moving the required jar into the base directory from which I run lein as well as the directory of the lein-droid jar file. What might I be able to do to get it running?

lepistane 2017-11-12T11:54:58.000019Z

it's weekend not many people are on. Monday will be better 🙂

lepistane 2017-11-12T11:55:13.000013Z

try channel cljsrn

lepistane 2017-11-12T11:55:26.000009Z

i think u asked same question on discord right?

prertik 2017-11-12T14:51:55.000044Z

Hey @suskeyhose, lein-droid is kind of unmaintained project. There isn't much action. Actually, there's some work going on to integrate Clojure into android studio.

prertik 2017-11-12T14:52:35.000100Z

So that it would be easier to develop clojure apps without writing a single line of Java.

2017-11-12T14:53:20.000050Z

Okay. That sounds really cool. Where would I be able to find information on that?

prertik 2017-11-12T14:55:11.000063Z

I'm sorry. I'm the one working in that. Actually there hasn't been some progress and because of my other commitments. When I get positive results I will make the repository instantly active.

prertik 2017-11-12T14:56:53.000027Z

Currently, I found some alternate way to do it. So, there might be silence for only sometime.

2017-11-12T18:49:01.000093Z

Okay. Sounds good! I did figure out a solution to my problem for the moment though. When I'm in linux it builds just fine. For whatever reason it just won't build in Windows 10