2015年5月7日 星期四

【Android】 Unable to execute dex: GC overhead limit exceeded

通常 apk 使用資源過大, 會遇到
Unable to execute dex: GC overhead limit exceeded
我的解決方式如下:
1. 到 Eclipse 的資料夾底下
2. 找到檔案 eclipse.ini
3. 編輯這個檔,修改紅色的地方

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms512m
-Xmx1024m

沒有留言:

張貼留言