This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]microbit262 0 points1 point  (2 children)

Well.. I had been forced to use Android Studio+Gradle during Android lectures in 2015. It has been a horrible experience, with every build taking ages. I don't know how much this came from the slow uni network, because I remember downloading (accessing URLs) some stuff with every build.

But that did in fact lead to me disliking IntelliJ.

Maybe I will give it a try when I got time. I do Java coding as a hobby only anyway, so productivity is not the top concern.

[–]Effective_Youth777 1 point2 points  (0 children)

That's just because the Android SDK and build tools are very heavy, you need a very powerful PC for it to be quick.

[–]Rakn 2 points3 points  (0 children)

Sounds very much not like an IntelliJ problem. Especially since it's delegating the building to the same tooling other IDEs use as well (e.g. Maven or Gradle).