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

About Me

With over a decade of experience under my belt as a full-stack developer, I've had the opportunity to spearhead project teams at tech startups in Vietnam, Thailand, Japan and Singapore. Additionally, I have worked as a freelance engineer for various companies based in Asia Pacific, Europe, and North America.

Presently, I serve the role of a Senior Full Stack Software Engineer at ACX. I am consistently committed to exploring and acquiring knowledge on emerging and popular technologies.

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.