Hi, I’m Dung Huynh Duc . Nice to meet you.

About Me

I’m a full stack developer. I’m a fast learner and self-taught coder. I often take my time for researching and learning about hot and trending technology.

android studio
flutter

#TIL 19 - How to fix Android Studio missing essential plugin org.jetbrains.android

blog_hero_#TIL 19 - How to fix Android Studio missing essential plugin org.jetbrains.android

This is an issue which people often get when upgrading Android Studio. Here are 2 steps for fixing this on Mac OSX.

Step 1:

cd ~/Library/Application\ Support/AndroidStudio4.0

Step 2:

rm disabled_plugins.txt

Then restart Android Studio.

Cheers.