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
Easy way shared by Jake Wharton
First, click on Android Studio -> Preferences -> Plugins
Now, disable or check off all the plugins which not usable for you.
Now, click Apply -> OK
If you need any plugin later, enable it for a temporary time, do your work and then you can disable it again.
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.
It's more than enough, there are some tricks to improve your Android Studio performance:
Activate gradle deamon: https://www.timroes.de/2013/09/12/speed-up-gradle/
Activate Compiler features: Settings -> Compiler, then activate "Compiler independent...", "Use in-process build" and "Configuration on demand".
With these two tricks you'll feel the difference. Let me know.
Cheers!
After understanding of @Benjamin and @Marco Hc, I captured a screenshot and tried to represent the solution graphically. Every number in the picture represents the flow of the solution:
Go to Android -> Preferences
Click on Build, Execution, Deployment
Click on -> Compiler
Check the Option - Compile independent modules in parallel (may require larger heap size)
Check on Use in-process build" and "Configuration on demand and click OK button
Restart Android Studio and that's it.
Something I discovered was having Dictation turned on for the keyboard in System Preferences seems to cause a general loss of action (keyboard entry was dropping characters, clicks seemingly being dropped, window moves not working, etc.).
Disabling dictation cured all my general UI performance issues. This was done through Apple Menu | System Preferences | Keyboard | Dictation Tab | Off
This performance issue may be caused by a cloud backup utility like Google Backup & Sync, iCloud, DropBox, or OneDrive syncing the folder or files as you edit. Try disabling the Cloud Backup daemon or removing those files from sync.