Android Studio運行慢優化

1,修改studio.vmoptions 
Windows:
  • %USERPROFILE%\.{FOLDER_NAME}\studio.exe.vmoptions 
  • or %USERPROFILE%\.{FOLDER_NAME}\studio64.exe.vmoptions
Mac:
  • ~/Library/Preferences/{FOLDER_NAME}/studio.vmoptions
-Xmx2048m 改大(根據電腦內存情況,我16G,改成4096m了);


2,設置裏面Settings->Plugins 關掉一下: CVS Integration, GitIntegration, GitHub, Google Cloud Tools for Android Studio, andSubversion Integration;

3,Gradle升級到最高版本;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章