简体   繁体   中英

Android Studio Electric Eel | 2022.1.1 is Getting Slow

after updating android studio from dolphin to Electric Eel 2022.1.1 Android studio getting slow although its installation process or over All performance what more common step to increase performance of android studio thanks a lot in advance

There are plenty of reasons why your IDE could suffer performance issues, but if you're saying you just updated to EE and all of a sudden it started performing poorly I'd suggest to:

  1. Try adjusting your memory settings:

在此处输入图像描述

  1. Make sure to update AGP as well, whenever you update Android Studio to make use of all the improvements and bug fixes.

these of step to increase the performance of android studio more efficient

1 - Go to gradle.properties add this line

. org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8

2 - Go to help select Edit Custom VM option

put these line 

-Xms128m

-Xmx4096m

-XX:MaxPermSize=1024m

-XX:ReservedCodeCacheSize=200m

-XX:+UseCompressedOops

在此处输入图像描述

在此处输入图像描述

some times the android studio maybe will change the installation path. so check if it is necessary to add new exclusion path for the anti-virus在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM