systeminformation icon indicating copy to clipboard operation
systeminformation copied to clipboard

What about Android devices?

Open ldittmar81 opened this issue 6 years ago • 7 comments

Is your feature request related to a problem? Please describe. It is possible to use node.js on android devices. https://github.com/sjitech/build-nodejs-for-android

Describe the solution you'd like Expand list of systems to Android.

ldittmar81 avatar Mar 18 '19 12:03 ldittmar81

https://nodejs.org/api/process.html#process_process_platform

The value 'android' may also be returned if the Node.js is built on the Android operating system. However, Android support in Node.js is experimental.

ldittmar81 avatar Mar 20 '19 12:03 ldittmar81

https://www.npmjs.com/package/termux

ldittmar81 avatar Mar 27 '19 06:03 ldittmar81

@ldittmar81 : thank you! Will to figure out, how I can implement features for this. Will also need set up an android device to test it ;-)

sebhildebrandt avatar Mar 27 '19 06:03 sebhildebrandt

Maybe something like this? https://www.osboxes.org/android-x86/

ldittmar81 avatar Mar 29 '19 14:03 ldittmar81

@ldittmar81 thank you for this link! was not aware of that ;-)

sebhildebrandt avatar Mar 29 '19 14:03 sebhildebrandt

Here is a docker image with nodejs 8: https://github.com/beevelop/docker-android-nodejs

ldittmar81 avatar Sep 27 '19 11:09 ldittmar81

Has anyone discerned what first steps are needed to implement this?

xloem avatar Sep 24 '20 15:09 xloem