Android studio failed to start Missing essential plugins: com.android.tools.design org.jetbrains.android

Android studio failed to start

Report an error Missing essential plugins: com.android.tools.design org.jetbrains.android Please reinstall Android Studio from scratch.

reason:

This is caused by disabling the Android studio plug-in. This plug-in is installed by default, so the startup fails after restarting.

solve:

Find the disabled_plugins.txt file in the root directory and delete the file starting with org.jetbrains.

Find the disabled_plugins.txt file path

MAC: /Users/你的用户名/Library/Application Support/Google/AndroidStudio2022.1/disabled_plugins.txt
Window: C:\Users\Administrator\AppData\Roaming\Google\AndroidStudio2022.1/disabled_plugins.txt

The file is hidden: you need to open the hidden file, use the shortcut key command+shift+.

Guess you like

Origin blog.csdn.net/weixin_44158429/article/details/132948139