How to speed up Android Studio on a Mac

前端 未结 8 2253
感情败类
感情败类 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条回答
  •  旧时难觅i
    2020-12-13 10:30

    In my case, I saw that only Android Studio was laggy (problems while typing or using the mouse). The other apps were ok.

    I had a look to "activity monitor" and saw in the "processor" and "memory" tabs that some apps regularly induced peaks on the processor graph or memory graph. You can also see that these apps move a lot in the listing (going up and down) during the peaks.

    I noticed that the apps inducing peaks were:

    • "Kies" app by Samsung : I removed it from the apps launched at startup and deleted this crap app
    • "CrashPlan" (a backup app): I launched the app and logged into it (it was not logged in)
    • I desactivated Apple speech recognition in my Mac settings (a process named "applespeechrecognition" or something like that)

    My Mac is now much faster and have no more problems with Android Studio ! :)

提交回复
热议问题