Search code examples
androidnode.jsbuildbuild.gradleandroid-source

want to add Node.js support with Android source


I am new with Node.js. I have a requirement to add support of Node.js with our current Android source code. Can any one suggest, how I can proceed and what I would require?


Solution

  • I was able to resolve this by downloading nodejs package from https://nodejs.org/en/download/releases/ and after cross compiling with NDK. I am able to use nodejs with my android device after this.