About android studio Upgrade 4.1 Some plug ins can't be used of Mac

  • 2021-12-09 10:12:34
  • OfStack

Today, I upgraded Android studio to version 4.1 and found an error

3:11 PM Plugin Error
Plugin "GsonFormat" is incompatible (supported only in IntelliJ IDEA).
Plugin "Android Color Manager" is incompatible (supported only in IntelliJ IDEA).
Plugin "Android Parcelable code generator" is incompatible (supported only in IntelliJ IDEA).

This prompt error says that my plug-in is incompatible.

cd to/Users/xxx/Library/ApplicationSupport/Google/AndroidStudio4.1/plugins

ls View Files

ADBWIFI.jar TranslationPlugin eventbus3-intellij-plugin-2020.0.2.jar
Android Color Manager android-butterknife-zelezny.jar meta
FindViewByMe.jar android-parcelable-intellij-plugin.jar plantuml4idea
GsonFormat.jar availables.xml pluginsXMLIds.json
Kotlin availables.xml.etag pluginsXMLIds.json.etag

Just delete the plug-in that reported the error.

Summarize


Related articles: