| #
dc235daf |
| 09-Jan-2020 |
Hein Rutjes <[email protected]> |
[android] Fixed NDK not installed when running `setup:native` (#6685)
When running `$yarn setup:native`, it may happen that the sdkmanager cannot be executed (`sdkmanager: command not found`) and th
[android] Fixed NDK not installed when running `setup:native` (#6685)
When running `$yarn setup:native`, it may happen that the sdkmanager cannot be executed (`sdkmanager: command not found`) and the Android NDK is not installed. This happens when your bash_profile already contains the Android SDK path (ANDROID_HOME),but not the `${sdk}/tool/bin` path.
Checking whether `../tools/bin` is in the path is tricky and sketchy, instead this PR therefore makes the script more resilient by using the absolute path to reference the `sdkmanager`. Fixes #6617
show more ...
|
| #
275a6932 |
| 18-Sep-2019 |
Evan Bacon <[email protected]> |
Updated README and CONTRIBUTING (#5603)
* Updated contributing
* Added contributing guide
* Updated docs from feedback
* Updated contributing
* Update download-dependencies.sh
* Updat
Updated README and CONTRIBUTING (#5603)
* Updated contributing
* Added contributing guide
* Updated docs from feedback
* Updated contributing
* Update download-dependencies.sh
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Moved code standards to a new guide
* Added TOCs
* Fixed TOCs
* Update CONTRIBUTING.md
* Updated setup scripts
* Updated setup scripts
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
Co-Authored-By: James Ide <[email protected]>
* Update CONTRIBUTING.md
Co-Authored-By: James Ide <[email protected]>
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update README.md
show more ...
|