Live data from Hacker News

IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

blog.jetbrains.com

71–80 of 104 posts

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#71
post #64
post #63

Earlier quoted context omitted.

What issues are you facing exactly? I've been successfully developing Scala apps since IntelliJ 12 with no issues. It's leaps and bounds better than Eclipse. One thing to note that for sbt-based projects, I recommend generating the IntelliJ project from https://github.com/mpeltonen/sbt-idea

Getting it to work with SBT. Even generating the project with sbt idea I still can't get it to compile correctly. And I still haven't been able to get it attach a debugger. I think the current issue is with SBT 0.13 which isn't supported by them right now.

I'm using SBT 0.13 on a fairly complex project. Not sure why it wouldn't work for you. What kind of project is it? Any specific frameworks you're using that are causing compilation errors?

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#72
post #38

The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…

You probably know this already..if you hack up the build.gradle file you can get full android gradle builds in Eclipse, even testing and yes both ways..using regular android TDD with new espresso and Robolectric/Robotium.

Yeah some blog posts are coming soon

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#73

Earlier quoted context omitted.

I had that feeling using eclipse and netbeans for years before switching over to IntelliJ.

What OS do you use? Because Swing is especially shitty on Linux, so I simply can't switch.

Ah yeah. It looked really bad on my ubuntu box. Moving to OSX was a help

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#74
post #71
post #64

Earlier quoted context omitted.

Getting it to work with SBT. Even generating the project with sbt idea I still can't get it to compile correctly. And I still haven't been able to get it attach a debugger. I think the current issue is with SBT 0.13 which isn't supported by them right now.

I'm using SBT 0.13 on a fairly complex project. Not sure why it wouldn't work for you. What kind of project is it? Any specific frameworks you're using that are causing compilation errors?

Play2 pulling it in via SBT resolution so I don't have it "installed" on my development machine.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#75
post #38

The only feature that really excites me is the Gradle support. Things like the 9patch editor seem horribly misplaced (you probably don't want your devs to be editing those...) and others seem so situational (the autocompleting sdk version - a one line config value that you set once per project). Android Studio is not really usable as an IDE if you want to have a fully featured test suite because of the weird, half-im…

I'm curious to know what you like about gradle.

A few months ago I had a chance to work with gradle and it looked to me like it was a step away from declarative project descriptions, back to writing loops to iterate through files, etc. Possibly I was using it wrong, but I've heard great things about it and perhaps my expectations were just too high.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#77
post #74
post #71

Earlier quoted context omitted.

I'm using SBT 0.13 on a fairly complex project. Not sure why it wouldn't work for you. What kind of project is it? Any specific frameworks you're using that are causing compilation errors?

Play2 pulling it in via SBT resolution so I don't have it "installed" on my development machine.

Are you doing "sbt idea" or "play idea?" From what I recall, "sbt idea" was broken, while doing it using the play launcher works, as they have some broken dependencies.

Re: IntelliJ IDEA 13 Brings a Full Bag of Goodies to Android Developers

#79
post #77
post #74

Earlier quoted context omitted.

Play2 pulling it in via SBT resolution so I don't have it "installed" on my development machine.

Are you doing "sbt idea" or "play idea?" From what I recall, "sbt idea" was broken, while doing it using the play launcher works, as they have some broken dependencies.

I use sbt idea. I can try play, but it would be great if it just worked.
Post reply on HN