When comparing Eclipse Che vs Eclipse + Android Development Tools plugin, the Slant community recommends Eclipse Che for most people. In the question“What are the best IDEs for Android development?” Eclipse Che is ranked 11th while Eclipse + Android Development Tools plugin is ranked 12th. The most important reason people chose Eclipse Che is:
Built-in terminal with root access so you can make changes to your running machines. Being able to SSH into the workspace so you can use a desktop IDE is handy.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro SSH + terminal
Built-in terminal with root access so you can make changes to your running machines. Being able to SSH into the workspace so you can use a desktop IDE is handy.
Pro Custom commands
You can package up custom commands with your workspace and then use them (or share them) with everyone else.
Pro Docker runtimes
You can choose from pre-configured environments for Java, Javascript, C++, PHP, C#, etc., or you can define your own by dropping in a Dockerfile - makes it easy for simple and complex projects.
Pro GIT and SVN VCS support
Projects can be easily imported from any Git or Svn repository hosting service.
Pro Reproducible environment
Pro Portable workspaces
The workspace in Che includes project sources, IDE and the runtime. So if you hand your Che workspace definition to another user and they execute it they will get everything they need to build, run and debug the project.
Also the runtime is in a Docker container so it will work even if the second user is on a different OS than the original user who shared their workspace with them.
Pro Previews
Che does a nice job to automatically map the service:port running in the Docker container (e.g. tomcat on 8080) to the Docker port it actually uses (something in the ephemeral range). You never need to figure that out - it's just made available when you run your server.
Pro Merge tool for VCS
Pro Open-source
Pro Good offline capabilities
Pro Free and open source
Eclipse is a free and open source software, it's released under the Eclipse Public license.
Pro Java programming language and XML editors
Has full support for both Java and XML.
Pro Large selection of plugins
Eclipse has a large and active community, which has resulted in a wide variety of plugins.
Pro Graphical interface
ADT provides GUI access to many of the command line SDK.
Pro Highly customizable
Thanks to the large variety of plugins and various configuration options, Eclipse is very customizable.
Pro Good font rendering
Because Eclipse is based on SWT, it uses the native font rendering and thus looks better than other IDEs on some Linux systems, where the Java font rendering is not optimal.
Cons
Con Slow runtime
Online IDE is much slower than desktop one.
Con A lot of bugs and weak debugger
False errors cannot be removed.
Con Plugins can be unstable
Though there are plenty of plugins to choose from, they aren't always reliable. Some aren't maintained, bug fixes can be slow, and you may need to download plugins from multiple sources.
Con May lose support in the future
Google recommends moving away from Eclipse for Android Development, plugins and features are adopted much later from Eclipse than from Android Studio or IntelliJ IDEA and in the future the ADT plugin may be abandoned altogether.