Ayaz Muhammad
Ayaz Muhammad

Reputation: 138

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

Upvotes: 6

Views: 1605

Answers (3)

Zsolt Boldizsar
Zsolt Boldizsar

Reputation: 2582

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:

enter image description here

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

Upvotes: 1

padPad
padPad

Reputation: 199

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 enter image description here

Upvotes: 2

Ayaz Muhammad
Ayaz Muhammad

Reputation: 138

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

enter image description here

enter image description here

Upvotes: 0

Related Questions