igi64 / node-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-android

============

An Android port of node.js. Tested with NDK r9d.

Build native node.js

============

  • 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"

Build demo package

============ You could build demo package with "ant debug"

About