"Could not create task ':app:processDebugResources'."

Hello, I downloaded a project online, along with a short tutorial, because I am a beginner. When the project needs to be synchronized, I encountered these errors. What are these errors and what are the measures to take? Errors : link to dropbox (too long to fit in a forum post)
Here is the project online:https://github.com/patrickingle/html5-to-android

A much better way to share the task problem is to share a build --scan URL.

From the little information you gave my best guess would be, that you do not use the Gradle Wrapper to execute the project, but run it with an arbitrary newer Gradle version with which that project is not compatible with. From build --scan I could have told for sure. :slight_smile: