I am creating an android application with android studio.
In this process, I also implement the facebook login, which requires me to put the code in my project, among other compile-time libraries.
Every time I compile (and run) my application during testing, it currently collects 3 minutes!
I want to know if there is a way to indicate that unmodified classes do not need to be recompiled? I am trying to speed up the build time so that I can be more productive.
Any other tips on how to make my project faster for testing / debugging / release?
Thanks.
source share