So I have been working on a simple app in Android Studio and since last couple of days, whenever I click \"Run\", it takes more than 5 minutes to build. It didn\'t used to be th
In gradle.properties you can try using:
org.gradle.jvmargs=-Xmx2048m org.gradle.caching=true
Hope this helps !!