Skip to content

Instantly share code, notes, and snippets.

@omas
Created January 17, 2015 00:11
Show Gist options
  • Save omas/f499772c5cf52e171837 to your computer and use it in GitHub Desktop.
Save omas/f499772c5cf52e171837 to your computer and use it in GitHub Desktop.
eclipse(adt) setting
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.adtproduct
-showsplash
org.eclipse.platform
--launcher.XXMaxMetaspaceSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxMetaspaceSize=256m
-Xms1024m
-Xmx1024m
-Dorg.eclipse.swt.browser.DefaultType=mozilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment