android studio Optimization

Idea.properties find the file in the installation directory of android studio

In the bottom Add disable.android.first.run = true start nonunion Google

 

Studio64.exe.vmoptions files found

Modify memory configuration, reduce android studio frequent gc

-Xms512m
-Xmx4096m
-XX:MaxPermSize=2048m
-XX:ReservedCodeCacheSize=1024m

 

Open Gradle android studio use offline

setting->Build,Execution,Deployment->gradle

 

setting inside select plugin and then Google the relevant plug off the whole

 

Update to the latest version of android studio

 

 

 

Published 137 original articles · won praise 29 · views 110 000 +

Guess you like

Origin blog.csdn.net/xiexiaotian11/article/details/104836618