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

Fix build scripts on Mac OS/Linux #41

Open
jschool504 opened this issue Dec 20, 2017 · 1 comment
Open

Fix build scripts on Mac OS/Linux #41

jschool504 opened this issue Dec 20, 2017 · 1 comment
Labels

Comments

@jschool504
Copy link
Contributor

Steps to reproduce

  1. Attempt to run npm run build:android on Mac OS or Linux

Expected
App should build successfully.

Actual
Error indicating that gradlew command cannot be found is thrown.

Resolution
Probably the best solution to this is to create a build script that detects the OS and uses the correct call (gradlew on Windows, ./gradlew anywhere else) to build the app.

@jschool504 jschool504 added the bug label Dec 20, 2017
@jschool504
Copy link
Contributor Author

NOTE: deployment server currently works around this issue by changing the gradlew command locally and using git pull --rebase to reapply that change to any updates. This workaround must be removed before this issue is merged in, otherwise the build system will break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant