I spent some hours trying to solve this:
app:mergeDebugResources AAPT err(927129865): C:\\Users\\Will\\AndroidStudioProjects\\Splitter2\\app\\build\\i
Add this in your build.gradle for your module
aaptOptions { cruncherEnabled = false }
this will resolve the issue/error