Home > Back-end >  How to fix "MISSING ESSENTIAL PLUGIN" in android studio ( Windows 10 )
How to fix "MISSING ESSENTIAL PLUGIN" in android studio ( Windows 10 )

Time:10-07

When I tried to open Android Studio, it showed an error.

I restarted and even reinstalled android studio but it is not working.

I also restarted my laptop.

 Corrupted Installation


Missing essential plugin:


    org.jetbrains.android


Please reinstall android studio from scratch.

  

image of the error showing

If you know how to fix it, then please say.

Thanks.

CodePudding user response:

For Windows User C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudioPreview4.1\disabled_plugins.txt

Hope this will fix Your Error

CodePudding user response:

Close Android Studio. Find and delete this file:

C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudioYOURVERSION\disabled_plugins.txt
  • Related