Google Says Bye-Bye To Eclipse

Google has officially abandoned its Android development plugin for Eclipse, in favour of its Android Studio IDE <http://www.theregister.co.uk/2016/11/03/google_knifes_eclipse_android_developer_tools/>. For me, the nice thing about the Android SDK is that it gives you a choice: you can still build things from the command line, which makes it easy to set up custom build procedures. For example, the largest Android project I have dabbled with so far <https://github.com/ldo/ti5x_android> has 11,000 lines of Java code and 3,000 lines of Python, all created with Emacs. I’m not sure any IDE could gracefully build it at all.

Google has officially abandoned its Android development plugin for Eclipse, in favour of its Android Studio IDE <http://www.theregister.co.uk/2016/11/03/google_knifes_eclipse_android_developer_tools/>.
For me, the nice thing about the Android SDK is that it gives you a choice: you can still build things from the command line, which makes it easy to set up custom build procedures.
For example, the largest Android project I have dabbled with so far <https://github.com/ldo/ti5x_android> has 11,000 lines of Java code and 3,000 lines of Python, all created with Emacs. I’m not sure any IDE could gracefully build it at all.
Ditching Eclipse was a good move! IntelliJ Idea handles our many multi-module Maven projects quite nicely (somewhere north of 1 million lines). Wouldn't wanna work on large projects without IDE (eg refactoring your code base). Cheers, Peter -- Peter Reutemann Dept. of Computer Science University of Waikato, NZ +64 (7) 858-5174 http://www.cms.waikato.ac.nz/~fracpete/ http://www.data-mining.co.nz/
participants (2)
-
Lawrence D'Oliveiro
-
Peter Reutemann