10

I can't open Android Studio 2020.3.1 Arctic Fox. On Kubuntu 20.04. An error pops up:

"Missing essential plugin:

  org.jetbrains.android

Please reinstall Android Studio from scratch."

enter image description here

So far I have tried:

  • reinstallation + restart
  • Linux: ~/.local/share/Google/AndroidStudio4.2
  • rm -rf AndroidStudio4.2
  • rm -rf AndroidStudio2020.3
  • I tried to delete the file disabled_plugins.txt but for me, it does not occur.

enter image description here

I use toolbox-app.

UPDATE:

I installed a newer version (Android Studio 2021.1.1 Canary 6) and everything is working fine.

avocadoLambda
  • 1,332
  • 7
  • 16
  • 33
  • have you found the solution? – Tushar Patel Sep 22 '21 at 11:38
  • Does this answer your question? [Android Studio missing essential plugin org.jetbrains.android](https://stackoverflow.com/questions/61682609/android-studio-missing-essential-plugin-org-jetbrains-android) – miken32 Oct 18 '22 at 22:40

4 Answers4

19

I faced this issue on AndroidStudio2020.3 version on Mac OS and I resolved it by doing these below steps:

  • Go to /Users/username/Library/Application Support/Google/AndroidStudio2020.3

  • Give the "ls -l" command to see the list of files and check if the "disabled_plugins.txt" file is present

  • if present delete the file by running "rm -Rf disabled_update.txt" command and this should fix the Missing essential plugin error for android studio.

  • Launch android studio and it should be running smoothly now.

Chandu
  • 339
  • 1
  • 7
3
  • Go to ./.config/Google with cd ./.config/Google.
  • Remove AndroidStudio2020.3 with the command : rm -r AndroidStudio2020.3.
  • Run ./studio.sh and now it should work correctly
Majda
  • 31
  • 2
1

Well, I am a linux user too, Ubuntu user.
Is their Ubuntu Software or any other Software Store in Kubuntu? If yes, try installing Android Studio from there.

Ubuntu
  • 40
  • 5
1

On Macbook.

Followed the steps of ChandraGudimetla. Deleting the file did not work.

So I deleted the whole AndroidStudio directory. That worked.

i.e. Go to /Users/username/Library/Application Support/Google/AndroidStudio2020.3. [or whatever version is there]

From Majda post...for my version of AndroidStudio:

rm -r AndroidStudio2020.1

I had two versions Bumble and AndroidStudio4.1. Deleted both directories.

Richylaru
  • 11
  • 3