79323819

Date: 2025-01-02 13:17:10
Score: 1
Natty:
Report link

#-------- Error this Execution failed for task ':app:minifyReleaseWithR8'.

A failure occurred while executing com.android.build.gradle.internal.tasks.R8Task$R8Runnable Compilation failed to complete

#ans

buildTypes {
    release {
        //Add the following two line
        minifyEnabled false
        shrinkResources false
        //
        signingConfig = signingConfigs.release
    }
}
Reasons:
  • Has code block (-0.5):
  • Filler text (0.5): --------
  • Low reputation (1):
Posted by: Signature Soft IT