Hey, I built node.js for my android device (Geniatech ATV1220) and it is running fine. I did it with ./android-configure and put the node executable on the device.
For a new project I need some modules (serialport, socket.io, express) but I can't use npm on my device. I tried building the modules on an ARM QEMU but those modules didn't work. I was now trying to include the modules as core modules directly when building following these instructions: https://github.com/mapbox/node-sqlite3/wiki/Building-for-Android But I am unsure what exactly I have to include. All the modules and also all the modules that those modules have as dependencies? This seems to be quite the effort and a lot of work to get those different versions to work together. So my question is, what would be the best way to achieve it? Can I somehow run npm on the android? Or how would you tackle it? Kind regards, Ingo -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/5dcacf54-9489-4f7a-8bfa-99cc74500e44%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
