我在应用尝试构建时遇到此错误。我在此看到的堆栈问题似乎使用过时版本的gradle并手动更改版本似乎什么都不做,除非让gradle无法同步。
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> C:\Users\Brian\AndroidStudioProjects\UENI\app\src\main\res\drawable\divider2.png:
Error: com.android.ide.common.process.ProcessException:
org.gradle.process.internal.ExecException: Process 'command
'C:\Users\Brian\AppData\Local\Android\sdk\build-tools\21.1.0\aapt.exe''
finished with non-zero exit value 42
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
答案 0 :(得分:1)
我发现了我的问题(我相信)。我使用PNG标签获得了JPG图像,并且编译器选择了它,将标签更改为正确的标签解决了问题。