Home > Software engineering >  Android Studio still giving me the warning about anti-virus program impacting my build performance b
Android Studio still giving me the warning about anti-virus program impacting my build performance b

Time:03-15

I still get the warning about my anti-virus program impacting my build performance, even though I have added the below exceptions in Avast:

C:\Androidstudioprojectss\*
C:\Program Files\Android\Android Studio1\*
C:\Program Files\Android\Android Studio2\*
C:\Program Files\Java\*
C:\Sdk5-2019\*
C:\Users\[my username]\.android\*
C:\Users\[my username]\.gradle\*
C:\Users\[my username]\AppData\Local\Google\AndroidStudio2021.1\*
C:\Users\[my username]\AppData\Local\Google\AndroidStudio4.1\*

I'm using Android Studio Bumblebee (2021.1.1). Pleases advise what I'm missing.

CodePudding user response:

Add it in your Windows Defender(Windows Security) as well.

Add these folders as exclusion.

ALso if you have an above average machine the build time difference is not that significant

CodePudding user response:

Turn off all anti-virus program

And try again

  • Related