How to speed up Android Studio on a Mac

前端 未结 8 2248
感情败类
感情败类 2020-12-13 10:00

I am trying to develop some native Android apps using Android Studio (latest) on OS X Yosemite. Currently Android Studio is simply unusable: it is too slow. I am not referri

8条回答
  •  鱼传尺愫
    2020-12-13 10:07

    I did the following to resolve the Android Studio slowness.

    Go to Android -> Preferences -> Build, Execution, Deployment -> Compiler

    Check the Option -

    Compile independent modules in parallel (may require larger heap size)

    Set VM Options to :

    -Xmx2048m -XX:MaxPermSize=512

    Restart Android Studio.

提交回复
热议问题