2

Because I think it always makes/build/etc every time I run the project, unlike in eclipse when I run the project it immediately installed in the device. Is there any workaround here to run the project like in eclipse?

Thanks.

Samoka
  • 1,283
  • 2
  • 12
  • 23
  • possible duplicate of [Building and running app via Gradle and Android Studio is slower than via Eclipse](http://stackoverflow.com/questions/16775197/building-and-running-app-via-gradle-and-android-studio-is-slower-than-via-eclips) – Mortalus Oct 03 '13 at 02:45
  • Hi, thanks for the reply, that would answer my question. – Samoka Oct 03 '13 at 05:49

1 Answers1

0

Android Studio is slower than eclipse in many ways. I don't think there is a way of speeding the software up all together from the user side, all we can do it wait for a update for the software.

Follow this post: Android studio Gradle build speed up

Might help you make things faster on Android Studio.

Community
  • 1
  • 1