On Mon, Apr 6, 2009 at 6:28 PM, Nick Levine <n...@ravenbrook.com> wrote:

> I've been trying to get clojure + android going but without much
> success. In case it's relevant, I'm on Windows (XP) and the java
> version is 1.6.0_13.
>
> I followed http://riddell.us/tutorial/android/android.html and
> http://riddell.us/tutorial/clojure_android/clojure_android.html
> (expect that I'm driving the Android emulator from the command line
> rather than emacs).
>
> I've got the pure Java verison working OK. I've got clojure working OK
> at the command line. When I try the hello-world example in the
> clojure_android tutorial I get a message from the Emulator telling me
> that the application has stopped unexpectedly (and it doesn't say
> hello).
>
> Does anyone know how to debug this? (Other than Eclipse.) Or even:
> what might cause this message?

What does logcat report?  (use "adb logcat" on the commandline or "M-x
android-logcat" if you're using my emacs minor mode).

Remco

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to