I am trying to run a UIExplorer project on Windows. I get the following error:
... ... make: *** [D:\react-native\ReactAndroid\build\tmp\buildReactNdkLib/local/ armeabi-v7a/objs/reactnativejni/JExecutorToken.o] Error 2 ... ... What went wrong: Execution failed for task ':ReactAndroid:buildReactNdkLib'. > Process 'command 'C:\android-ndk-r11b\ndk-build.cmd'' finished with non-zero exit value 2 ... ... Caused by: org.gradle.process.internal.ExecException: Process 'command 'C:\android-ndk-r11b\ndk-build.cmd'' finished with non-zero exit value 2
Is there a chance to overcome this problem?
android android-ndk react-native ndk-build
efkan
source share