错误:
Error:Some file crunching failed, see logs for details
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: Some file crunching failed, see logs for details
问题:
图片类型不匹配
直接在AS中将jpg图片改成png为后缀的图片,所以导致了这种情况的发生
解决办法:
通过正确方法更改类型
本文介绍了在Android Studio中遇到的图片类型不匹配错误及其解决方法。错误提示为'Somefilecrunchingfailed',原因是直接修改了图片文件的后缀名而未实际转换其格式。文章提供了一个简单的解决方案:通过正确的途径更改图片文件的类型。
错误:
Error:Some file crunching failed, see logs for details
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: Some file crunching failed, see logs for details
问题:
图片类型不匹配
直接在AS中将jpg图片改成png为后缀的图片,所以导致了这种情况的发生
解决办法:
通过正确方法更改类型
510
595

被折叠的 条评论
为什么被折叠?