부스러기/Java

이클립스 Dex Loader] Unable to execute dex: GC overhead limit exceeded

artisticbit 2014. 12. 6. 06:43

Dex Loader] Unable to execute dex: GC overhead limit exceeded


이클립스 내에  eclipse.ini 파일을 열어서 밑에와 같이 수정해보자.

openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx1024m

출처:http://stackoverflow.com/questions/9471194/unable-to-execute-dex-gc-overhead-limit-exceeded