How to remove this plugin error message Plugin "SVG2VectorDrawable" is incompatible

Viewed 1927

After updating AndroidStudio to 4.1, gradle plugin to 4.1.0 and Gradle to 6.5 there is this error message at each launch of AndroidStudio

Plugin Error: Plugin "SVG2VectorDrawable" is incompatible (supported only in IntelliJ IDEA).

This plugin is not even installed, it is just listed in the marketplace.

Apart from this red and bold error message, no other effect is visible. How strange isn'it ?

2 Answers

For Windows Users: Open Android studio configuration directory,such as "C:\Users\PC\AppData\Roaming\Google\AndroidStudio4.1\plugins"

For Mac Users: Mac OS X: ~/Library/Application Support/Google/AndroidStudio4.1/plugins

Delete the plugin file or directory.

On Windows 10 Path is

C:\Users[your user]\AppData\Roaming\Google\AndroidStudio4.1\plugins

Do not forget to "show Hidden Item".

Related