Gradle Runner Step Failed: Android resource linking failed

Hello there @intelivideoappdev :wave:

From the logs it seems that your app is trying to find files that don’t seem to be included in your repository. You mentioned your builds work locally without issues, could you please try to run your project in a clean git environment?

We have a guide for it here: How to debug your build locally / "It works on my Mac/PC but not on bitrise.io"

What is really important is to make sure you do this in the /tmp folder, as it will not use dependencies that have been gathered on your local machine beforehand, but only stuff that you include during the build. This will ensure that you will only use what you have marked as a dependency and can help pinpoint what might be missing :slight_smile: