最近接手一个古老的项目维护……
编译时出现.9图片的报错
报错信息:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> [drawable/apps_item_unselected] /media/xxx/app/src/main/res/drawable/u123.9.png [drawable/apps_item_unselected] /media/xxx/app/src/main/res/drawable/u123.png: Error: Duplicate resources
使用Android studio进行编译的时候出现以上报错
原因:
编译时资源重复
如上面的u123.9.png和u123.png
解决方法:
删除u123.9.png或者u123.png,u123这个图片只保留一份