-
Notifications
You must be signed in to change notification settings - Fork 56
I see warning in my REPL after i connect cider to the nrepl #153
Comments
I am going to leave the error stack trace.
|
ping! |
FWIW, I've gotten those types of warnings when starting Cider as far back as I I'd be happy to see the warnings go away too :) On a side note, I've been using monroe with some success: |
Hi, did anyone ever solve the problem with the CIDER warnings? I have the very same problem (for cider-15-snapshot) and started a thread in the clojure-android mailing list to try to work it out. https://groups.google.com/forum/#!topic/clojure-android/eK5_tU6Uyno Thanks for the link to the monroe project above. If I don't get cider to work I will look into that instead. /Mattias Nyrell |
I get tthe following error.
I create a new project by running the command:
lein new droid anfocal com.lambdacat.anfocal :activity AnFocalActivity :target-sdk 23 :app-name AnFocal
I build and deploy it to my emulator by running:
lein droid doall
I connect to it
M-x cider-connect
, i see the error I mentioned above in my repl.My project.clj file is:
Java Version:
Cider Version:
0.13.0
I added a cider-nrepl dependency in my profiles.clj file under :android-common key.
Version: 0.10.0
Error:
Version: 0.12.0
Error:
Same as above.
Version: 0.11.0
Error:
Same as above.
Version: 0.10.2
Error:
` There is no compilation error. But on the emulator, after the loading screen I get "Unfortunately, Anfocal has stopped."
Any help would be awesome!
Thanks.
The text was updated successfully, but these errors were encountered: