1.2.8 • Published 6 years ago

nueah-java v1.2.8

Weekly downloads
5
License
LGPL-2.0 WITH WxW...
Repository
github
Last release
6 years ago

nueah-java

Java runtime interop from Nueah. This module is bundled with Nueah and exposed through the global named Java.

Running the test-suite

Dependencies

  • Android SDK Platform-Tools >= 25.0.3
  • Android NDK r13b

With environment configured accordingly:

$ export ANDROID_SDK_ROOT=~/Library/Android/sdk
$ export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk-r13b

Run

$ make check

Debug

$ make check-gdb

Auto-run tests on JavaScript change

$ make develop