Nafai77 / helloandroid
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
README
Start of a minimal working example of an application for the Google
Android platform written in Clojure.
Requires:
- Android SDK 1.0 r1 or r2
- Clojure compiled from SVN trunk, at least version 1192. Comment out
the bean function in src/clj/clojure/core_proxy.clj before compiling
clojure.
- Ant
To use:
1. Edit the build.xml file to change the sdk-folder and android-tools
properties to point to the appropriate install locations on your
system.
2. Copy or symlink a Clojure.jar built from SVN trunk to the libs/
directory.
3. Run ant.
4. Start the Android emulator and power the emulator device on.
5. Install the Hello Android package via:
adb install bin/HelloAndroid-debug.apk
6. Switch to the emulator, Click on the tab at the bottom of the
window, and scroll to find the "Hello Android" application.
Double click to launch.
7. If the application comes up with a Force Quit dialog, switch back
to a terminal and run:
adb logcat
Any stack traces will show up there.

