从drawable使用.9.png后找不到资源

时间:2015-09-23 08:52:27

标签: android drawable

我是Android Studio新手 我将.9.png复制到drawable-hdpi并将该图片用作背景。

但它给出了一个错误:

Error:(6, 25) No resource found that matches the given name (at 'background' with value '@drawable/spc').

  Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\software\new sdk\sdk\build-tools\23.0.0\aapt.exe'' finished with non-zero exit value 1

如何解决此错误?

2 个答案:

答案 0 :(得分:2)

首先清理并重新启动IDE。

https://developer.android.com/studio/write/draw9patch.html

我认为这是你的 9-patch 图像问题。

Nine patch image not working on my device?

答案 1 :(得分:0)

@drawable/spc可能不是9补丁(框架上没有黑色像素),因此一个可能的解决方法是将 spc.9.png 更改为 spc .PNG