Master build failing
See original GitHub issueIt looks like the latest translatewiki update broke master
. The build fails with the following error:
* What went wrong:
Execution failed for task ':app:mergeProdDebugResources'.
> D:\Source\kaartic\apps-android-commons\app\src\main\res\values-ms-arab: Error: Invalid resource directory name
On some research, it looks like ms-arab
refers to the Jawi script of Malay. I’m not sure if Android supports this variant. I couldn’t find any info about whether Android supports this variant by looking at the related doc and a QA. Anyone has any idea how to fix this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
master branch build failing? · Issue #58 · google/loaner - GitHub
I see that the master branch build is failing since an update 22 days ago. Is anyone going to take a look at...
Read more >Git failed to build in master branch (#6761) · Issues - GitLab
As seen from https://dev.gitlab.org/gitlab/omnibus-gitlab/-/pipelines/232254/failures, building git fails with the following error.
Read more >git - Master builds ok, but taking a clean branch from master ...
After this first build fail, every time I branch from master and make no changes (i.e. the branch is still on the same...
Read more >Build failed on swift master branch - Compiler
with this command I got to the build error previously described. I have been trying to build swift for several days now with...
Read more >What exactly should I do if my build fails in CI/CD process?
I pushed code which will fail tests and cause a build failure on push to ... Github has a feature to lock a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
a524ac7df passes tests.
Great! So, it looks like the only thing left if checking if the UI could be viewed with
ms-arab
as the language. I’ve opened #4432 for that. So, closing this.