After Mac update Android Studio4.1, the plug-in is gone, and I can’t search and install it

problem

After updating Android Studio, the plug-in is gone, search for the plug-in in the plugin, it cannot be searched and cannot be reinstalled

Solution process

You can see the error message when starting:

plugin error

Obviously it is caused by an error in some plugins, so we have to delete the plugin.

The plug-in cannot be found in the settings of Android Studio. After Android Studio is closed, find the location of the plug-in file and delete it. The path in Mac OS Catalina is as follows:

Plugin path
The specific path is:

~/Library/Application Support/Google/AndroidStudio4.1/Plugins/...

Delete the plugin folder.

Restart Android Studio.

Re-search the plug-in name in Plugin, install it, and you are done.

Guess you like

Origin blog.csdn.net/m0_46278918/article/details/109220654