android 导入Eclipse项目报错 求助

时间:2022-11-24 15:53:57
Error:(4, 58) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg2').
Error:(5, 59) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg3').
Error:(6, 29) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg').

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

6 个解决方案

#1


Error:(4, 58) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg2').
Error:(5, 59) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg3').
Error:(6, 29) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg').
报错都说找不到图片?@drawable/border_bg2、  border_bg3、 drawable/border_bg三张图片。你可以随便找小一点的图片以border_bg、border_bg2、border_bg3命名,放到资源文件在就可以了。

#2


谢谢回答,之后我再网上找了一下,说是.9图片的问题  0.0

#3


报错,你先看错误日记,你跑去网站看什么呢?
你先按照我说的来修改了,得不得啊?

#4


clean试试

#5


找不到图片吧

#6


谢谢大家的帮助 这个问题我已经解决了

#1


Error:(4, 58) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg2').
Error:(5, 59) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg3').
Error:(6, 29) No resource found that matches the given name (at 'drawable' with value '@drawable/border_bg').
报错都说找不到图片?@drawable/border_bg2、  border_bg3、 drawable/border_bg三张图片。你可以随便找小一点的图片以border_bg、border_bg2、border_bg3命名,放到资源文件在就可以了。

#2


谢谢回答,之后我再网上找了一下,说是.9图片的问题  0.0

#3


报错,你先看错误日记,你跑去网站看什么呢?
你先按照我说的来修改了,得不得啊?

#4


clean试试

#5


找不到图片吧

#6


谢谢大家的帮助 这个问题我已经解决了