summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/README.md b/android/README.md
index 57e428eaa7..d90355374c 100644
--- a/android/README.md
+++ b/android/README.md
@@ -53,6 +53,12 @@ Command to format and check for any changes:
scripts/tidy.sh formatAndCheckDiff
```
+#### macOS
+Since macOS is using a different version of `sed` running the tidy script (`scripts/tidy.sh`) will
+lead to the creation of a large number of files ending with `-e`. The recommended fix for this
+issue is to install the gnu version of `sed`. This can be done by running:
+`brew install gnu-sed` and then set `gnu-sed` as your default `sed`.
+
### Android Gradle Plugin lint tool
The Android Gradle Plugin lint tool for linting of resources and code. The tool is configured to be