error description:
Error:Some file crunching failed, see logs for details p>
recently a lot of readers have asked me why I still get an error after I add it according to my method. So let me add a little bit here.
note ⚠ ️ : this is a question! So if you read the error log for Gradle, you can read the error log for Gradle.
click on the Gradle Console in the lower right corner. View gradle detail log:
problem 1:
images in resource files are not PNG files.
span> p>
problem 2:
is not given. Figure 9 has margins.
Log Log 1:
AAPT: libpng error: Not a PNG file
Error: Some file crunching failed, see logs for details
:app:mergeDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ‘:app:mergeDebugResources’.
> Error: Some file crunching failed, see logs for details
* Try:
Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output.
BUILD FAILED
reason 1 solution:
in the build.gradle file of project app, add:
in the android TAB
aaptOptions { cruncherEnabled = false useNewCruncher = false }
reason 2 solution:
We looked at the log and found that there is no margin. What is margin?Let’s look at the following two pictures
Boundless space (with no black edges)
There are margins and there are black edges all around.
so how to set up?
Click on the white edge, the position of the click will be black, left and right or drag up and down to change the black edge, so as to set the size of the margin.
error reasons may not only have the above two kinds of log, if you encounter other reasons, welcome everyone harassment!!
Read More:
- Android Studio Error: Some file crunching failed, see logs for details
- Some file crashing failed, see logs for details
- Execution failed for task ‘:app:mergeDebugResources’.
- Installation failed with message Failed to finalize session : INSTALL_FAILED_INVALID_APK
- Latex sets page margin, page size, page margin and geometry macro package
- How to Fix com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed
- Execution failed for task :Test:lintVitalRelease/Lint found fatal errors while assembling a release
- Change API level Android studio
- [error record] Android App packaging error (entry name ‘assets / xxx. XML’ merged)
- How to Fix Android Error:This Gradle plugin requires Studio 3.0 minimum
- Could not install Gradle distribution
- Android studio compile and run report: AAPT2 error: check logs for details
- android studio Error Gradle project sync failed. Please fix your project and try again
- Android Studio sync build.gradle appears: Failed to resolve: com.android.support:appcompat problem
- The solution of Android package error
- Idea about module is not backed by gradle
- AndroidStudio sync failed solution
- As Error:Could not determine the class-path for interface com.android.builder.model.AndroidProject.
- Solve gradle project refresh failed
- [problem record] installed build tools revision 31.0.0 is broken during Android studio compilation