Live data from Hacker News

Introducing Android Studio

plus.google.com

121–130 of 189 posts

Re: Introducing Android Studio

#121
post #2

This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc. Now I'm very excited to make an Android app.

Android apps are actually an extreme pleasure to code in vim/emacs and build from the commandline. The shell debugging tools are very nice, too. Eclipse doesn't really add that much to the experience other than setting up the initial required files.

Re: Introducing Android Studio

#123
While I'm quite excited about this, I'm surprised by all the hatred for eclipse in this thread.

I develop in Java for both fun and profit using eclipse and it's been running solid ever since I followed the tips given in this SO thread (esp putting the jvm in a ramdisk) http://stackoverflow.com/questions/316265/tricks-to-speed-up.... Perhaps those whose sole complaint with eclipse is its performance should try some of those suggestions.

Re: Introducing Android Studio

#124
post #122

Looks great, too bad it won't even launch for me on Windows 7. Anybody else running into problems running it?

Doesn't launch in windows 8 either

Try to add a JDK_HOME environment variable which points to your JDK e.g. C:\Program Files (x86)\Java\jdk1.7.0_07

Re: Introducing Android Studio

#126
post #123

While I'm quite excited about this, I'm surprised by all the hatred for eclipse in this thread. I develop in Java for both fun and profit using eclipse and it's been running solid ever since I followed the tips given in this SO thread (esp putting the jvm in a ramdisk) http://stackoverflow.com/questions/316265/tricks-to-speed-up... . Perhaps those whose sole complaint with eclipse is its performance should try some o…

Those are good suggestions that can make a difference, but if you haven't tried IntelliJ you really should. I used eclipse for years. Wish I could get those years back now. Eclipse is great, but IntelliJ is better.

Re: Introducing Android Studio

#127
post #2

This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc. Now I'm very excited to make an Android app.

I've gotten by with Emacs and the command line tools. Full disclosure, I'm the author of this game: https://play.google.com/store/apps/details?id=net.parodychec...

I'm hesitant to give up Emacs just to write for Android, but even so I might give this new gizmo a try.

Re: Introducing Android Studio

#128
post #2

This is huge. I've held out on Android development for many reasons, but my visceral hate for Eclipse is one of them. I know I've been able to use IntelliJ before now, but Eclipse was Google's example in tutorials, etc. Now I'm very excited to make an Android app.

Android apps are actually an extreme pleasure to code in vim/emacs and build from the commandline. The shell debugging tools are very nice, too. Eclipse doesn't really add that much to the experience other than setting up the initial required files.

Agreed! Not many people do this that I know of but it's a great option. I use a vim/tmux environment, but I use IntelliJ for a lot of the Java heavy-lifting. Let's face it, it's hard to match IntelliJ's autocompletion, auto-import, etc. inside of vim. I do use the vim bindings though.

Looking forward to porting my ant scripts to gradle.

Post reply on HN