-
-
Notifications
You must be signed in to change notification settings - Fork 136
Release Build Android error: gradlew.bat failed with exit code 1 When Path contains Space #724
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
Comments
Hey @AmilaRukshan I managed to reproduce the same crash when building in release. I found that passing a relative/absolute path (both resolve to full paths) with whitespace(s) in it to the The current workaround is to use a keystore file from a path that doesn't contain whitespaces. |
Thanks a lot @Pip3r4o .i tried your workaround its works for me. |
A fix will be available in the upcoming 3.0 NativeScript version. NativeScript/nativescript-cli#2648 Thanks for using NativeScript! |
Issue moved to NativeScript/nativescript-cli #2650 via ZenHub |
Hi,
When building my project for Release I noticed a build error: /gradlew.bat failed with exit code 1.i think that because my project path contains Space. if there is not space in the path release build is working properly.
Try to find any similar issues at stackoverflow.com or other websites can't find any.
Version numbers:
tns: 2.5.2
Cross-platform modules: 2.5.0
Package.json of project:
--log trace output:
The text was updated successfully, but these errors were encountered: