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

前端 未结 28 2453
太阳男子
太阳男子 2020-11-22 08:21

I have a multi-project (~10 modules) of which building takes about 20-30 seconds each time. When I press Run in Android Studio, I have to wait every time to rebuild the app,

28条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 09:03

    If anyone is working a project which is synced via Subversion and this still happening, I think this can slow the process of workflow in Android Studio. For example if it work very slow while: scrolling in a class,xml etc, while my app is still running on my device.

    • Go to Version Control at Preferences, and set from Subversion to None.

提交回复
热议问题