Using Eclipse for Android
Eclipse keeps shutting down on me. Why?? Well, I installed several plugins for Eclipse
and little did I know that if I don't disable it then it will be loaded into the
memory...
1. Disable the plugins that you are not using.
That's it!
Note:
If you are using Aptana, there is a plugin-manager that you can use for disabling the plugins.2. Change the values of your eclipse.ini (found in eclipse folder) as shown below.
-vmargs
-XX:MaxPermSize=1024M
-Xms256M
-Xmx1024M
コメント
コメントを投稿