Error:Execution failed for task ':app:transformJackWithJackForDebug'
问题 I am facing following issue while running application. Error:Execution failed for task ':app:transformJackWithJackForDebug'. com.android.sched.scheduler.RunnerProcessException: Error during 'MethodIdMerger' runner on '': GC overhead limit exceeded I have also declared heap size in gradle file dexOptions { preDexLibraries = false javaMaxHeapSize "4g" } I am using android studio 2.2 and JackOption is enabled . Update : build.gradle included apply plugin: 'com.android.application' repositories {