0

When you press the run button in Android Studio the project is buit again, and as you know this always take long, if e.g. I select Build -> Make Project and then "Run" the make process runs again, I don't understand why? I would expect that it only installs the APK that is already generated. Is there a way I can achieve this, is my expectation funded or am I thinking wrong?

Cœur
  • 37,241
  • 25
  • 195
  • 267
David
  • 3,971
  • 1
  • 26
  • 65

1 Answers1

0

I've used the approach described here to speedup my build.

Building and running app via Gradle and Android Studio is slower than via Eclipse

At the same time i've disabled "make project automatically" because sometime it produces old code.

Community
  • 1
  • 1