File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,25 @@ successfully download and install them.
202
202
[ those caches can get stale ] : https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/cocoapods.20error/near/1124409
203
203
204
204
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
+
205
224
### iOS build fails, and ` Podfile.lock ` has unexpected changes
206
225
207
226
When building for iOS, you may see the build fail with a C++ compiler
You can’t perform that action at this time.
0 commit comments