Skip to content Skip to sidebar Skip to footer

Android Studio Build Transformclasseswithjarmergingfordebug Error

I have a build problem with Android Studio in a new project I've recreated. Please follow what I've done and if anyone has any idea how to proceed, do tell! I started a new projec

Solution 1:

Add the following lines in build.gradle(Module app)

dexOptions {
        javaMaxHeapSize "2g"
    }

Post a Comment for "Android Studio Build Transformclasseswithjarmergingfordebug Error"