build-nodejs-for-android
build-nodejs-for-android copied to clipboard
Build nodejs for android(arm,arm64,x86,x64,mipsel) perfectly and provide prebuilt binaries, and a docker image as workbench.
Hi, When I exectue test statment "./npm install -g http-server " , shell raises a error of "EROFS: read-only file system, mkdir '/tmp'". How to solve this error?
It worked when I was trying to build node.js v6.5.0 but failed with node.js v12.40.0 The part of the output is following: ``` Traceback (most recent call last): File "../../deps/v8/tools/run.py",...
Hello, I can't build nodejs in the Docker. Could you help me? ``` cd node && git checkout v8.11.4 && build-nodejs-for-android arm64 -o ../nodejs-6.5.0-android-arm64-full --full ``` ``` /home/devuser/ndk/std-toolchains/android-21-arm64/bin/g++ '-DV8_GYP_BUILD' '-DV8_TARGET_ARCH_ARM64'...
Is it possible to install npm modules like termios? https://github.com/Gottox/node-termios It is a binary that gets loaded with the dlopen machinery... which seems to require lots of shared libraries (which...
I run ok! but show these info: **int ttyname_r(int, char*, size_t)(3) is not implemented on Android** why?
Hi, How i can build GCC and G++ to run on Android (host=arm). Thanks.