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
'부스러기 > Java' 카테고리의 다른 글
java dom 파서로 xml 파싱 중 #text 처리 (0) | 2019.04.01 |
---|---|
Static 키워드 (0) | 2017.06.12 |
JAVA mysql 사용 (0) | 2013.07.12 |