android studio中的资源文件命名是不能带有数字的,因为会与R类的资源ID起冲突,所以编译就发生了错误。
相关文章
- 异常:Error:Execution failed for task ':app:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details.
- Android Studio:Error:Execution failed for task ':app:mergeDebugResources'. > Some file crunching failed, see logs for details
- Android Studio 导入应用时报错 Error:java.lang.RuntimeException: Some file crunching failed, see logs for details
- Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed with multiple errors, see logs
- Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed with multiple errors, see logs
- Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed with multiple errors, see logs
- 【转载】Android Gradle Build Error:Some file crunching failed, see logs for details解决办法