Plugin error: Plugin * is compatible with IntelliJ IDEA only because it doesn't define any explicit module dependencies

9.1k views Asked by At

I installed such plugin once and now I get this error, I tried to delete everything related to it but still this error, plugins folder doesn't include files of that plugin:

Plugin error: Plugin 'Google Sceneform Tools (Beta)' is compatible with IntelliJ IDEA only because it doesn't define any explicit module dependencies

enter image description here

enter image description here

enter image description here

2

There are 2 answers

1
saurabh aswal On

bro go to C:\Users\Asus\AppData\Roaming\Google\AndroidStudio2020.3\plugins\google-sceneform-tools. you delete here and restart your project

2
M_droid On

Install the plugin again and delete it not just by unchecking it but as follows:

  1. Open Preferences -> Plugins

  2. Install Plugin again through "Marketplace"

  3. Switch to "Installed" tab and right-click on the plugin

  4. Click "Uninstall...", Apply and Restart IDE

enter image description here