Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio 4.1 Plugin Error: Plugin * is incompatible (supported only in IntelliJ IDEA)

Plugin Error

Plugin "Android WiFi ADB" is incompatible (supported only in IntelliJ IDEA). Plugin "Name That Color" is incompatible (supported only in IntelliJ IDEA). Plugin "Json2Pojo" is incompatible (supported only in IntelliJ IDEA).

I tried to install the plugin "Android WiFi ADB", "Name That Color", "Android WiFi ADB", etc in Android Studio 4.1, but I faced this error. Can anyone help me with this?

Errors screenshot

1

Software Detail

Android Studio 4.1

Build #AI-201.8743.12.41.6858069, built on September 23, 2020

Runtime version: 1.8.0_242-release-1644-b01 amd64

VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

Windows 10 10.0

GC: ParNew, ConcurrentMarkSweep

Memory: 1246M

Cores: 4

Registry: ide.new.welcome.screen.force=true

Non-Bundled Plugins: com.thoughtworks.gauge, org.intellij.plugins.markdown, org.jetbrains.kotlin

like image 632
UJJWAL Avatar asked Oct 14 '20 06:10

UJJWAL


People also ask

Where is the plugin folder for Android Studio on Windows?

Android Studio plugin directories are /Applications/Android Studio. app/plugins and ~/Library/Application Support/AndroidStudioPreview (hidden). Perhaps if you find and delete the bad plugin folder Android Studio will be able to be started correctly.


2 Answers

Some older plugins are no longer compatible with the latest Android Studio (4.1 right now). Also, they seem to have changed the location of the plugins folder with this new version.

You will have to uninstall the plugin. In my case, I couldn't see the plugin listed in the IDE settings. I had to manually find and delete the file.

Currently, plugins are located in the following directories (make sure to change the android version number in the path if your software version is different; versions below 3 are located differently as detailed here):

Windows (ctrl+L in the explorer then paste it): %APPDATA%\Google\AndroidStudio4.1\plugins

MacOS: ~/Library/Application Support/Google/AndroidStudio4.1/plugins

linux: ~/.config/Google/AndroidStudio4.1/plugins or ~/.local/share/Google/AndroidStudio4.1/

Delete the plugins there and the error should be gone.

like image 151
Asim Avatar answered Sep 21 '22 06:09

Asim


  1. Download the plugin by going to Android Studio File/Setting/Plugins search for Android Wifi ADB and install it.

  2. Now You may found AndroidWiFiADB Folder at path ==> C:\Users\PCUserName\AppData\Roaming\Google\AndroidStudio\Plugins , Cut the Android Wifi ADB Folder.

  3. Now Paste That AndroidWiFiADB Folder at path ==> C:\Program Files\Android\Android Studio\plugins

  4. Restart Android Studio And Enjoy Debugging through WiFi.

like image 32
Hossam Ali Avatar answered Sep 21 '22 06:09

Hossam Ali