I've been using Android Studio for the past few months, and I've noticed that it's a lot slower to build an app than Eclipse. For instance, in Eclipse, if I were to modify a line of code and then re-build, it would take less than 10 seconds. The same act in the same project in Android Studio causes the build process to last more than a minute (sometimes 2). Is there any setting or configuration I can change to help with this? Is it gradle related?
Asked
Active
Viewed 376 times
1
-
I don't want to be that guy but .. this question does not belong in stackoverflow, it may belong to some other android-related site. Also I agree that Android Studio for some weird reason is becoming heavier, slower and not really easy to code, I use to code so much but now whenever i try to type a variable the whole program freezes for ~1 second so it can guess which variable i'm trying to type, personally i started using a terminal to build android projects, sure it has some disadvantages but at least i build a project within 5 seconds. – TomTsagk May 14 '15 at 16:47
-
2http://stackoverflow.com/questions/16775197/building-and-running-app-via-gradle-and-android-studio-is-slower-than-via-eclips – Martin Konecny May 14 '15 at 16:51
-
am also waitin for the answer :) – theapache64 May 14 '15 at 17:02
-
1@MartinKonecny i tried everything in that answer, even though it's taking about 50sec to build the apk. :( . – theapache64 May 14 '15 at 17:07
-
Yeah I tried everything in that answer, no luck. The other weird thing is that I have an i7 machine, 16gb RAM, SSD drive, and when I go to build the app, the fan on that machine starts spinning like crazy really loud. I've never seen it worked this much. – StackOverflowed May 14 '15 at 19:30