mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
37df151562
Summary: The `clean` task always fail due to the failure of the `cleanReactNdkLib` task, error messages: ``` :ReactAndroid:cleanReactNdkLib Android NDK: /my/react-native/ReactAndroid/src/main/jni/react/jni/Android.mk: Cannot find module with tag 'react' in import path Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ? Android NDK: The following directories were searched: Android NDK: make: Entering directory `/my/react-native/ReactAndroid/src/main/jni/react/jni' make: Leaving directory `/my/react-native/ReactAndroid/src/main/jni/react/jni' /my/react-native/ReactAndroid/src/main/jni/react/jni/Android.mk:31: *** Android NDK: Aborting. . Stop. :ReactAndroid:cleanReactNdkLib FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':ReactAndroid:cleanReactNdkLib'. > Process 'command '/usr/local/opt/android-ndk/ndk-build'' finished with non-zero exit value 2 * Try: Run with --stacktrace option to get the stack trace. Run with --info Closes https://github.com/facebook/react-native/pull/7935 Differential Revision: D3646120 Pulled By: bestander fbshipit-source-id: c869ff4a2d3407643fdeec431f454071747eb429
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.