============
An Android port of node.js. Tested with NDK r9d.
============
- Run "git pull --recurse-submodules" to make sure you have all sources in local
- Clone the latest node.js into jni/node-latest
- Switch directory to jni/
- Run "build-node <NDK_PATH>"
- Run "ndk-build"
============ You could build demo package with "ant debug"