Skip to content

Commit 93aeee9

Browse files
committed
doc/build-run: Add troubleshooting item for missing rsync
This came up again today as zulip#5829, and I realized we didn't have an entry for it in the troubleshooting section.
1 parent 7b033bd commit 93aeee9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/howto/build-run.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,25 @@ successfully download and install them.
202202
[those caches can get stale]: https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/cocoapods.20error/near/1124409
203203

204204

205+
### Build fails at task `:app:buildStaticWebviewAssets`, on Windows
206+
207+
On Windows, when running `tools/run-android`, you may see an error
208+
like this:
209+
```
210+
> Task :app:buildStaticWebviewAssets FAILED
211+
32 actionable tasks: 3 executed, 29 up-to-date
212+
213+
FAILURE: Build failed with an exception.
214+
215+
* What went wrong:
216+
Execution failed for task ':app:buildStaticWebviewAssets'.
217+
> Process 'command 'bash'' finished with non-zero exit value 127
218+
```
219+
220+
To fix the problem, [install `rsync`][install-rsync] as mentioned
221+
in the "Windows" section above.
222+
223+
205224
### iOS build fails, and `Podfile.lock` has unexpected changes
206225

207226
When building for iOS, you may see the build fail with a C++ compiler

0 commit comments

Comments
 (0)