Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Fix gradle clean task #9607

Closed
wants to merge 1 commit into from

Commits on Aug 26, 2016

  1. [Android] Fix gradle clean task

    Running the command `./gradlew clean` resulted in the following error:
    
    ```
    ./node_modules/react-native/ReactAndroid/src/main/jni//xreact/jni/Android.mk:42: *** Android NDK: Aborting.    .  Stop.
    Android NDK: ./node_modules/react-native/ReactAndroid/src/main/jni//xreact/jni/Android.mk: Cannot find module with tag 'cxxreact' in import path
    Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
    Android NDK: The following directories were searched:
    ```
    
    The problem was that `REACT_COMMON_DIR` wasn't defined.
    Adam Comella committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    4073f61 View commit details
    Browse the repository at this point in the history