Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 ?

like image 459
C.B. Avatar asked Dec 01 '22 13:12

C.B.


1 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.

like image 191
Zero Avatar answered Mar 06 '23 06:03

Zero