Build an android environment and optimize eclipse

Source: Internet
Author: User

 

    • EclipseOptimization

1. Cancel automatic collapse of the system

Window-> preferences-> JAVA-> Editor-> folding: remove the Enable folding check.

2. the prompt function is automatically activated after you press. This will increase the speed (depending on your preferences)

Window-> preferences-> JAVA-> Editor-> content assist: Enable auto
Activation check box removed

3. Disable uncommon Projects
When opening an uncommon project, the operation speed of the Project is also affected.

4. Cancel the load project that does not need to be started by eclipse.
Window-> preferences-> General-> startup and shutdown: remove the gap between most startup loads. Retain the following selected items. You can adjust them as needed.

5. Remove the eclipse spelling check (if you think it is useful, do not go)

Window> perferences> General>
Editors> text editors> spelling> deselect the check box of enable spell checking.

6. Modify eclipse memory configuration and edit
Install
Eclipse. ini file, add the following section at the end of the fileCode:-Xms512m-xmx512m-XX: permsize = 128 m
-XX: maxpermsize = 128 M-xmn168m-XX: + disableexplicitgc-xms512m and-xmx512m are running or debugging Java after eclipse is started.ProgramThe memory of the Java Virtual Machine used. The first is the memory space initialized when the virtual machine starts, and the second is the maximum memory space used by the virtual machine. The two are set to the same size, avoiding the need to adjust the memory space during Java program running and improving the speed. If the computer memory is large enough, for example, there is 2 GB memory, and other memory-occupied software does not need to be run, then 512 can be adjusted
1024 M.

7. Change the font size (XML and java files)

Window> perferences> General> appearance> colors
And fonts> basic> text font edit 11

Window> perferences> General> appearance> colors
And fonts> JAVA editor text font is recommended to be character 11

 

    • BuildAndroidEnvironment (WindowsSystem)

See the following blog:

Http://blog.csdn.net/teamlet/article/details/8194933

Http://www.hzlitai.com.cn/article/ARM11/SYSTEM/android.html

Http://www.cnblogs.com/skynet/archive/2010/04/12/1709892.html

Environment variable settings:

Http://mobile.51cto.com/android-265925.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.