skip to Main Content

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

3

Answers


  1. Chosen as BEST ANSWER

    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


  2. 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.
    Login or Signup to reply.
  3. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search