📜 ⬆️ ⬇️

The arrival of Node on Android: the first steps

The day before yesterday , the code by which Linus Mårtensson took into account small but important differences in support for Android and standard POSIX systems was adopted at Noah.js repository . Also appeared autoconfigurator that allows you to build Node for Android in two steps:

  1. source ./android-configure ~ / android-ndk-r8d (the second parameter is the path to the NDK)
  2. make -j8 (build android compatible binaries)

With this achievement, not everything is still smooth ( for example, there was a proposal to better adapt to sixty-four-bit systems). However, the news is such that you can jump for joy! Since the beginning of the direct (and not under cygwin) support for the Windows version of Node (and this was a long time ago - in 2011), not a single equally noticeable step in the direction of compatibility between Node and the new (not previously supported) operating systems has happened .

I will say straight away, however, that this novelty for me so far leaves more questions than answers.
')

One can only hope that over time the answers will become clear.

Source: https://habr.com/ru/post/183874/


All Articles