defaultConfig { multiDexEnabled true
}
dexOptions { javaMaxHeapSize "4g" //specify the heap size for the dex process }
添加了以上信息后,可能还会出现错误,不过这个时候确实能氢气的看出是什么东东重复了,直接删除多余的即可。
defaultConfig { multiDexEnabled true
}
dexOptions { javaMaxHeapSize "4g" //specify the heap size for the dex process }
添加了以上信息后,可能还会出现错误,不过这个时候确实能氢气的看出是什么东东重复了,直接删除多余的即可。