-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Windows] Process 'command 'E:\android-ndk-r10e\ndk-build.cmd'' finished with non-zero exit value 2 #3107
Comments
It looks like you're trying to build the platform on Windows. This is not supported yet. Assigning to @mkonicek as he knows more about this. |
Thank you, but I heard that the react - native Windows platform is currently supported |
i have meet the same problem |
Is Windows still not supported? Having the same issue here. |
@JimmyStavros i change the ndk to r9, solve the problem |
@ck227 Were you trying to compile the examples too? That's what I've been trying to do all night. |
@JimmyStavros yes,i spent a lot of time run the UIExporer but failed with the issue blow #6331 (comment) , i found the solution here, #6260 |
@ck227 shame, guess I should just make my life easier and develop on an ubuntu image until they roll out some serious windows support. :( |
@JimmyStavros we should develop on a mac , windows support is really a piece of shit |
@ck227 it's frustrating since Windows has partial support, I was able to breeze through the getting started tutorial. Since I was able to write the tutorial app I thought I'd be able to make the examples compile somehow... |
@JimmyStavros can u help me out with this issue? #6331 (comment) |
@ck227 I can look, though don't know how much help I can be. Looks like your ndk solution worked for me; waiting to see if I hit the same hurdle now. |
@JimmyStavros thx, hope u will, ahahaha :-D |
Windows support is community responsibility as people on the RN team at fb don't have Windows machines. Developing RN apps on Windows should work now but I don't know the status of building React Native itself. If someone can figure out a fix for this and share it or send a pull request that would be awesome. It would help others using Windows. |
For the Gradle error:
You'll need to look at what's printed before to see the actual error message from Gradle. ndk-build is the part of the Gradle build that compiles C++ code. |
Closing this since there has been no response from the author regarding more details. Please try with latest version as we've better windows support now. Let's reopen if this issue still exists. |
Error:Execution failed for task ':ReactAndroid:buildReactNdkLib'.
The text was updated successfully, but these errors were encountered: