Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the advantages of using Emacs instead of Eclipse for Android development?

Are there advantages of using Emacs instead of Eclipse for Android development?

If so, what are they?

like image 546
Android Eve Avatar asked Dec 03 '22 03:12

Android Eve


1 Answers

This is not really a platform-specific question. Instead, you're asking a question about development environments, which comes down to personal preference. Do you like working with emacs, in general, more than you like working with Eclipse? Do you prefer the "construct your own environment out of different scripts and your own lisp hacking" approach to the monolithic distribution-plus-plugins approach?

If you can be more productive with one or the other, that's the one that you should use. It has nothing to do with developing for Android versus, say, writing web-apps.

Check out this previous question: What are the efficiencies afforded by Emacs or Vim vs Eclipse?

like image 116
asthasr Avatar answered Dec 28 '22 01:12

asthasr