I migrated yesterday to Android Studio 5.x from Eclipse. It's nice.
However when I run the app to compile and install it into my phone it takes more time than eclipse.
I click run, and it starts making the app. The tasks say: Grandle: Executing tasks [:mypackage:assembleDebug]
. Upon completion is says Grandle invocation completed successfully in x min x sec
. Then it loads it.
The problem is that it sometimes might take just 20seconds but other times 2-3 minutes. Which is annoying waiting time. Is this execution necessary to have it always run before each compiling? Can I close it or reduce its time?
I'm sorry if this question is not accurate but I'm not familiar how grandle fully works in AS.