Error:Execution failed for task ':sample:transformClassesWithMultidexlistForShopifyDebug'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: Error while executing java process with main class com.android.multidex.ClassReferenceListBuilder with arguments {/project/bkup/13_feb_2018/valyangadi/sample/build/intermediates/multi-dex/shopify/debug/componentClasses.jar /project/bkup/13_feb_2018/valyangadi/sample/build/intermediates/transforms/jarMerging/shopify/debug/jars/1/1f/combined.jar}
We enabled multiDexEnabled true
and added
compile 'com.android.support:multidex:1.0.1'
dexOptions {
javaMaxHeapSize "4g"
}
and we try delete debug folder and clean ,rebuild
but it still showing error