Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio missing essential plugin org.jetbrains.android

I have just updated to Android Studio 4.1 Canary 9, but I am getting the following error:

Missing essential plugin:

  org.jetbrains.android

Please reinstall Android Studio from scratch.

Corrupted Installation

I've tried reinstalling Android Studio from scratch, as the error says, but nothing changes.

like image 207
Arnyminer Z Avatar asked Oct 03 '22 13:10

Arnyminer Z


People also ask

How to fix Android Studio Missing essential plugin org jetbrains Android?

To re-enable plugins without opening Android Studio, you can delete or edit the disabled_plugins. txt file from your Android Studio configuration path. So deleting disabled_plugins. txt will enable all of your disabled plugins and solve your problem.

How do I reinstall Android studio?

Launch the Android Studio DMG file. Drag and drop Android Studio into the Applications folder, then launch Android Studio. Select whether you want to import previous Android Studio settings, then click OK.


Video Answer


2 Answers

Just delete this file (or delete last disabled plugin(s) in this file):

C:\Users\%USERNAME%\.AndroidStudio<version>\config\disabled_plugins.txt

Update 10 Feb 2021:

If you couldn't find this address try this on windows:

C:\Users\%USERNAME%\AppData\Roaming\Google\AndroidStudio<version>\disabled_plugins.txt

Recently this Address transferred to here.

Update 04 August 2021:

If you are using windows 11 The App data folder is hidden and needs to be prompted(just search how to take out the missing app data folder in windows 11) Then go to the same location as earlier mentioned and delete that file

like image 303
Amir Hossein Ghasemi Avatar answered Oct 20 '22 11:10

Amir Hossein Ghasemi


For Windows users.

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

Deleting this file will fix the issue.

More detailed information.

like image 79
wonsuc Avatar answered Oct 20 '22 11:10

wonsuc