Live data from Hacker News

Introducing Android Studio

plus.google.com

11–20 of 189 posts

Re: Introducing Android Studio

#12
So stoked, I love Intellij, Rubymine, and PyCharm but for some reason setting up Intellij to do Android dev is always so difficult (and the Jetbrains pro version is not cheap at around 600 bucks iirc). If Google has made any of the env setup better I am all about this.

Re: Introducing Android Studio

#13
I've just finished building my first proper Android app. I've built simpler things before but this was the first one that took significant development time. I would guess that about 20% of my time was spent debugging and fighting Eclipse. I thought Xcode sucked but it looked flawless compared with eclipse. Freezes, crashes, multiple emulators launching and none of them actually running the app. Errors in my code that weren't actually errors and were fixed through rebooting Eclipse.

If Google can make Android Studio good it's huge news for Android development.

Re: Introducing Android Studio

#16
I am excited for this. In my mind the importance of having a simple and targeted IDE can't be overstated. The best part of developing in C# or Objective C is Visual Studio and Xcode. Hopefully this does for Android development what those IDEs do for their respective platforms.

Re: Introducing Android Studio

#17
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.

Earlier this year I wrote my first Android app using Eclipse. After finishing the project, I decided I hated Eclipse enough to not waste any more time on the platform. I don't really like the Java language either, it somehow feels 'old'. But recently discovered Xamarin[1] and later this year will try to write an Android app again, but this time in C# using Xamarin Studio. I think it's a great alternative for Eclipse, though I will definitely check out Android Studio as well, if it's going to be free.

[1]: http://xamarin.com

Re: Introducing Android Studio

#19
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.

IntelliJ 12's Android support is vastly superior to Eclipse, in addition to being just a better Java IDE overall. I'm now very curious to know just how different Android Studio will be from IntelliJ.

I'd guess it's going to something akin to the difference between JetBrains' RubyMine and Ruby/Rails plugin support inside IntelliJ -- same overall functionality with better UX integration for the domain.

Re: Introducing Android Studio

#20
post #7
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 thought Google was pretty heavily invested in the Eclipse ecosystem, I think they use it quite a bit internally (at least from what I can gather). Perhaps those efforts were more in the interest of supporting the community of developers which use their API's, though. I also hate Eclipse, even though I've tried my hardest to overlook its shortcomings. I'll leave it at that so as not to delve too far off-topic.

I used to work on Google TV and IntelliJ seemed to be the preferred IDE to work with on that team at least.
Post reply on HN