Previous  | Next  | Home

Eclipse Tips and Customization


 

Eclipse with the Android plugin is a powerful IDE with many features, not all of which are found in the most obvious places or are well documented. At least in the Linux version under newest releases of operating systems, it also has the occasional bug that you have to work around. We collect here some tips and customizations that may be useful.

 

General

 

Editors

 

Version Control

If you use version control software like SVN (and you should use version control if you do anything extensive), there may be some special issues associated with the internal file management of Eclipse in its build cycle.

 

Subversion

If you use SVN for version control it can be a little tricky. To get SVN to work correctly you should implement the following steps in the order given.

Use of the Subclipse plugin has also been recommended to manage these issues, but I have not tried it.

 

CVS

I have not tried CVS with Eclipse but there is a CVS plugin for Eclipse.


Previous  | Next  | Home