Android Gradle Build Error:Some file crunching failed,see logs for details 의 빠 른 해결 방법

1507 단어 seelogsfordetails
오류 로그:오류:java.lang.RuntimeException:일부 파일 을 처리 하 는 데 실 패 했 습 니 다.자세 한 내용 은 로 그 를 참조 하 십시오.
Log:
  FAILURE: Build failed with an exception.
  * What went wrong:
  Execution failed for task ':app:mergeDebugResources'.
  > Error: java.lang.RuntimeException: Crunching Cruncher ic_default_home_new.png failed, see logs
  * Try:
  Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
해결 방법 은 다음 과 같다.

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
aaptOptions {
cruncherEnabled = false
useNewCruncher = false
}
defaultConfig {
applicationId "com.security.browser.xinj"
minSdkVersion 15
targetSdkVersion 22
versionCode 2
versionName "1.0.1"
ndk {
//     SO   
abiFilters 'armeabi', 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
}
}
}

이 오류 가 발생 한 이 유 는 Gradle 을 구축 할 때 Gradle 에서 파일 의 접미사 이름 을 수 정 했 는 지 확인 합 니 다.
절반 이상 이 그림 에 나타 나 는데.jpg 가.png 로 수정 되면 이 문제 가 발생 합 니 다.

위 에서 말 한 것 은 소 편 이 소개 한 Android Gradle Build Error:Some file crunching failed,see logs for details 의 빠 른 해결 방법 입 니 다.도움 이 되 셨 으 면 좋 겠 습 니 다.궁금 한 점 이 있 으 시 면 댓 글 을 남 겨 주세요!

좋은 웹페이지 즐겨찾기