Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

Run tests

Unit

Notice: currently not possible - read explanation

ndkDir=$(pwd)/react-ndk/all/x86_64 \
  JAVA_OPTS="-Djava.library.path=\".:$ndkDir\"" \
  LD_LIBRARY_PATH="$ndkDir:$LD_LIBRARY_PATH" ./gradlew lib:test

Instrumented

Test, that run on android device can be run from Android Studio.