Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details
千金一刻莫空度,老大无成空自伤。这篇文章主要讲述Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details相关的知识,希望能为你提供帮助。
今天在用android Studio 导入一个Eclipse的项目,报了如下错误:
Error:java.lang.RuntimeException: Some file crunching failed, see logs for detailsError:Execution failed for task ‘:app:mergeDebugResources‘. > Error: java.lang.RuntimeException: Some file crunching failed, see logs for details
上网查了一下原因,说是在build.gradle(app)中加入如下语句即可,但确并没有起作用
aaptOptions { cruncherEnabled = false useNewCruncher = false }
【Android Studio 导入 Eclipse项目 报 Some file crunching failed, see logs for details】而事实证明,是因为drawable中有.9后缀的图片,将.9去掉即可,有的说将.jpg改为.png也会出现这个问题,这个还没有测试过
推荐阅读
- 在.NET Core console application中使用User Secrets(用户机密)
- App测试从入门到精通之界面测试
- 关于富文本在Android中的应用以及遇到的坑
- Android带有粘性头部的ScrollView
- Appium新手入门—— Appium测试用例
- 如何开发由Create-React-App 引导的应用
- AppBoxPro(权限管理框架--FineUIPro基础版+工厂模式+ADO.NET+存储过程)
- AppSettings操作类
- Android使用百度地图出现闪退及定位时显示蓝屏问题