Plugin error plugin android wifi adb 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 "

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

hsz's user avatar

hsz

146k60 gold badges259 silver badges310 bronze badges

asked Oct 14, 2020 at 6:36

UJJWAL's user avatar

1

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%GoogleAndroidStudio4.1plugins

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.

Atai Ambus's user avatar

answered Oct 14, 2020 at 7:08

Asim's user avatar

AsimAsim

6,9238 gold badges37 silver badges61 bronze badges

13

  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:UsersPCUserNameAppDataRoamingGoogleAndroidStudioPlugins , Cut the Android Wifi ADB Folder.

  3. Now Paste That AndroidWiFiADB Folder at path ==> C:Program FilesAndroidAndroid Studioplugins

  4. Restart Android Studio And Enjoy Debugging through WiFi.

mujeeb rehman's user avatar

answered Oct 21, 2020 at 13:32

Hossam Ali's user avatar

Hossam AliHossam Ali

7524 silver badges11 bronze badges

3

I’ve just updated the studio to 4.1 and got the same issue with the above-mentioned libraries. Below is my approach to fix this without rely on a third party in the case of ADB WIFi and for other plugins we need to wait developer to make changes according to the latest android studio.

Connect to a device over Wi-Fi (Android 10 and lower)

Step 1:

Connect the device to the host computer with a USB cable.

Step 2:

Set the target device to listen for a TCP/IP connection on port 5555
 adb tcpip 5555

Step 3:

Disconnect the USB cable from the target device.

Step 4:

Find the IP address of the Android device. For example, on a Nexus device, 
you can find the IP address at Settings > About tablet (or About phone) > Status > IP address. Or, on a Wear OS device, you can find the IP address at Settings > Wi-Fi Settings > Advanced > IP address. 

Step 5:

Connect to the device by its IP address
 adb connect device_ip_address

Step 8:

Confirm that your host computer is connected to the target device: 
adb devices

answered Oct 16, 2020 at 6:40

Suraj Bahadur's user avatar

Suraj BahadurSuraj Bahadur

3,6303 gold badges26 silver badges53 bronze badges

1

  1. Go to this directory.
  2. Find the plugin name and remove its folder totally.

Note: ‘AppData’ is a hidden folder by default.

enter image description here

answered Jan 13, 2021 at 5:00

M. H.'s user avatar

M. H.M. H.

7809 silver badges12 bronze badges

For windows :

  1. Download plugin zip file manually from official website
  2. unzip the zip file and paste it in C:Program FilesAndroidAndroid Studioplugins
  3. Restart your Android Studio

For getting rid of that incompatible plugins warning, you can follow above answer (by @asim), if your are not able to see AppData folder then it means it is in hidden items.

answered Nov 2, 2020 at 11:14

Harmeet Singh's user avatar

3

Plugins directory on MacOS:

/Users/{username}/Library/Application Support/Google/AndroidStudio4.1/plugins

Just remove the plugin from this directory.

answered Nov 4, 2020 at 18:37

Aref Bahreini's user avatar

You need to wait for the plugin developer to add support for the new android studio version and then update plugins or install the old android studio

answered Oct 14, 2020 at 8:07

Nick's user avatar

NickNick

3,52116 silver badges35 bronze badges

1

MAC OS:

  1. Download the plugin to local.
  2. Unzip the plugin(.zip),you will see a folder named ‘lib’ which contains jars.
  3. Right click the AndroidStuido icon, select «show package contents”.
  4. Enter Contents/plugins directory, and make a new folder.
  5. Then copy the ‘lib’ folder to the new folder.
  6. Restart your AS.
  7. Enjoy.

answered Oct 29, 2020 at 10:41

AnswerZhao's user avatar

AnswerZhaoAnswerZhao

3663 silver badges13 bronze badges

Solution for Android Studio Arctic Fox (2020.3.1) on macOS (should probably be not too different on Windows parring the path).

Yes Arctic Fox is version «2020.3».. it took me a while to realize that I wasn’t on version 4.2 and I was actually on this version. I don’t know why they chose «2020.3» for their version number for a 2021 update but whatever.

cd into this pwd:

cd ~/Library/Application Support/Google/AndroidStudio2020.3/plugins

delete AndroidWiFiADB

rm -rf AndroidWiFiADB

Search for the Android Wifi ADB plugin on plugins.Jetbrains or whatever plugin you want, it’s this one here for Android Wifi ADB and download the zip file for the latest version manually.

Unzip it.

open the Android Studio plugins directory which lies in the / root directory with this command

open /Applications/Android Studio.app/Contents/plugins

Paste the unzipped folder here and restart your IDE. And voila! The Android Wifi ADB (or whatever plugin you were having issues with installing) now works!

answered Nov 6, 2021 at 16:52

M.Ed's user avatar

M.EdM.Ed

8187 silver badges10 bronze badges

We have such problem with new Android Studio 4.1 with custom plugin. Plugin supplied as zip archive.
Following steps solve it:

  1. Unzip plugin manually into Android Studio/Contents/plugins (our plugin called exporter). You should have such structure: Android Studio/Contents/plugins/exporter/lib/somejars
    enter image description here
  2. Restart Android Studio
  3. Plugin works!

P.S. For plugin developers. Our plugin intellij version (in build.gradle file):

intellij {
    version 'IU-201.6668.121'
}

answered Oct 16, 2020 at 8:37

Andrew Evtukhov's user avatar

Andrew EvtukhovAndrew Evtukhov

4231 gold badge6 silver badges17 bronze badges

1

MAC OS

  1. open Applications/Android Studio.app/Contents/plugins/
  2. create folder
  3. example parcelable/lib/parcelable.jar

answered Oct 15, 2020 at 1:36

boxuanjia's user avatar

The easiest and most effective method to fix the old plugins:
1- Delete the old jar file (bonus point: cut & paste it somewhere else and keep it for the next step) from this location (Thanks @Asim for the location):

C:Users*username*AppDataRoamingGoogleAndroidStudio4.1plugins

2- In Android Studio go to File -> Settings -> Plugins.
There are 2 tabs here: Marketplace and Installed. forget them! Click the gear icon next to the Installed tab. choose Install plugin from disk.... locate your jar file from the previous step or redownload it from the official marketplace manually (in my case: this plugin)

Done. Enjoy your favorite plugin.

  • Bonus tip: Android studio may still keep showing errors about compatibility issues. in my case, some plugins worked fine and some plugins (looking at you Butterknife Zelezny!) crashed and broke the syntax highlighting system! who uses that feature, right? unless you actually code in the android studio directly and don’t copy & paste from StackOverflow! anyway, if you ended up in some weird situation and you don’t know who to blame, good news! Android studio got your back! make sure to check the android studio log file here: C:Users*username*AppDataLocalGoogleAndroidStudio4.1logidea.log
    And see if any plugin is causing instability (look for the Plugin to blame phrase in the log file if there is any)

answered Feb 6, 2021 at 16:37

Behnam Maboudi's user avatar

Mac:

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

find and delete the bad plugin folder

restart android studio

answered Nov 4, 2020 at 6:35

Leo Nibley's user avatar

I’d that issue and solving it by

  1. Remove that plugin if it still exists in android studio plugins
  2. Install it again.

I had tried that and worked for me

answered Nov 19, 2020 at 9:22

MohamedHarmoush's user avatar

0

Mac:
Delete the entire folder。

(/Users/XXX/Library/Application Support/Google/AndroidStudio4.1)

reboot android studio,and reset AS。now you can install AS plugins。

Windows should do the same

answered Nov 26, 2020 at 4:31

北有花开's user avatar

I had the same issue with Dimenify plugin and the error kept showing even after remove the folder from ‘plugins’ directory.

The solution that worked for me, from marketplace:

  1. Reinstall the plugin
  2. Disable it

answered Mar 9, 2021 at 7:43

marcRDZ's user avatar

marcRDZmarcRDZ

2592 silver badges8 bronze badges

In my case, I have this problem as a new type Plugin Error and Android Studio never open:
enter image description here

Then I found solution:

If you are using Sourcetree, close it. Then, open Android Studio. Then, open Sourcetree.

ChrisF's user avatar

ChrisF

133k31 gold badges255 silver badges324 bronze badges

answered May 21, 2021 at 15:37

jamescodingnow's user avatar

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

16 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%GoogleAndroidStudio4.1plugins

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.

  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:UsersPCUserNameAppDataRoamingGoogleAndroidStudioPlugins , Cut the Android Wifi ADB Folder.

  3. Now Paste That AndroidWiFiADB Folder at path ==> C:Program FilesAndroidAndroid Studioplugins

  4. Restart Android Studio And Enjoy Debugging through WiFi.

I’ve just updated the studio to 4.1 and got the same issue with the above-mentioned libraries. Below is my approach to fix this without rely on a third party in the case of ADB WIFi and for other plugins we need to wait developer to make changes according to the latest android studio.

Connect to a device over Wi-Fi (Android 10 and lower)

Step 1:

Connect the device to the host computer with a USB cable.

Step 2:

Set the target device to listen for a TCP/IP connection on port 5555
 adb tcpip 5555

Step 3:

Disconnect the USB cable from the target device.

Step 4:

Find the IP address of the Android device. For example, on a Nexus device, 
you can find the IP address at Settings > About tablet (or About phone) > Status > IP address. Or, on a Wear OS device, you can find the IP address at Settings > Wi-Fi Settings > Advanced > IP address. 

Step 5:

Connect to the device by its IP address
 adb connect device_ip_address

Step 8:

Confirm that your host computer is connected to the target device: 
adb devices
  1. Go to this directory.
  2. Find the plugin name and remove its folder totally.

Note: ‘AppData’ is a hidden folder by default.

enter image description here

For windows :

  1. Download plugin zip file manually from official website
  2. unzip the zip file and paste it in C:Program FilesAndroidAndroid Studioplugins
  3. Restart your Android Studio

For getting rid of that incompatible plugins warning, you can follow above answer (by @asim), if your are not able to see AppData folder then it means it is in hidden items.

Plugins directory on MacOS:

/Users/{username}/Library/Application Support/Google/AndroidStudio4.1/plugins

Just remove the plugin from this directory.

You need to wait for the plugin developer to add support for the new android studio version and then update plugins or install the old android studio

MAC OS:

  1. Download the plugin to local.
  2. Unzip the plugin(.zip),you will see a folder named ‘lib’ which contains jars.
  3. Right click the AndroidStuido icon, select «show package contents”.
  4. Enter Contents/plugins directory, and make a new folder.
  5. Then copy the ‘lib’ folder to the new folder.
  6. Restart your AS.
  7. Enjoy.

We have such problem with new Android Studio 4.1 with custom plugin. Plugin supplied as zip archive.
Following steps solve it:

  1. Unzip plugin manually into Android Studio/Contents/plugins (our plugin called exporter). You should have such structure: Android Studio/Contents/plugins/exporter/lib/somejars
    enter image description here
  2. Restart Android Studio
  3. Plugin works!

P.S. For plugin developers. Our plugin intellij version (in build.gradle file):

intellij {
    version 'IU-201.6668.121'
}

MAC OS

  1. open Applications/Android Studio.app/Contents/plugins/
  2. create folder
  3. example parcelable/lib/parcelable.jar

The easiest and most effective method to fix the old plugins:
1- Delete the old jar file (bonus point: cut & paste it somewhere else and keep it for the next step) from this location (Thanks @Asim for the location):

C:Users*username*AppDataRoamingGoogleAndroidStudio4.1plugins

2- In Android Studio go to File -> Settings -> Plugins.
There are 2 tabs here: Marketplace and Installed. forget them! Click the gear icon next to the Installed tab. choose Install plugin from disk.... locate your jar file from the previous step or redownload it from the official marketplace manually (in my case: this plugin)

Done. Enjoy your favorite plugin.

  • Bonus tip: Android studio may still keep showing errors about compatibility issues. in my case, some plugins worked fine and some plugins (looking at you Butterknife Zelezny!) crashed and broke the syntax highlighting system! who uses that feature, right? unless you actually code in the android studio directly and don’t copy & paste from StackOverflow! anyway, if you ended up in some weird situation and you don’t know who to blame, good news! Android studio got your back! make sure to check the android studio log file here: C:Users*username*AppDataLocalGoogleAndroidStudio4.1logidea.log
    And see if any plugin is causing instability (look for the Plugin to blame phrase in the log file if there is any)

Mac:

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

find and delete the bad plugin folder

restart android studio

I’d that issue and solving it by

  1. Remove that plugin if it still exists in android studio plugins
  2. Install it again.

I had tried that and worked for me

Mac:
Delete the entire folder。

(/Users/XXX/Library/Application Support/Google/AndroidStudio4.1)

reboot android studio,and reset AS。now you can install AS plugins。

Windows should do the same

I had the same issue with Dimenify plugin and the error kept showing even after remove the folder from ‘plugins’ directory.

The solution that worked for me, from marketplace:

  1. Reinstall the plugin
  2. Disable it

In my case, I have this problem as a new type Plugin Error and Android Studio never open:
enter image description here

Then I found solution:

If you are using Sourcetree, close it. Then, open Android Studio. Then, open Sourcetree.

How to Resolve «Plugin Android WiFi ADB is compatible with IntelliJ IDEA…» Error in Android Studio

Просмотров: 445

iRekha Tech Solutions

11 августа 2021

All Star

All Star

1 год назад

bro…if you install the plugin so how can we use this plugin???????WTF


AMEHRY

AMEHRY

1 год назад

same issue appears after resinstalling the deleted plugin


Сейчас смотрят

Rakhi Sawant Burst Into Tears - Exclusive Interview After Exposing Adil Khan Girlfriend With Proof
00:16:16
Tv Masala

СМОТРЕТЬ

6 дней назад
824 489 просмотров

Rakhi Sawant Burst Into Tears — Exclusive Interview After Exposing Adil Khan Girlfriend With Proof

Завет с Господом. Ольга Голикова
00:14:57
Olga Golikova

СМОТРЕТЬ

2 года назад
8 642 просмотров

Завет с Господом. Ольга Голикова

Troll Face Quest All Versions - Gameplay Walkthrough - All Levels All Wins and Fails Funny Moments
01:45:09
ArcadeGo.com

СМОТРЕТЬ

4 года назад
14 011 просмотров

Troll Face Quest All Versions — Gameplay Walkthrough — All Levels All Wins and Fails Funny Moments

ПОКАЖИ МНЕ (Женя Лизогуб, Давид Туров и Фрося)
00:03:29
Женя Лизогуб

СМОТРЕТЬ

2 дня назад
116 209 просмотров

ПОКАЖИ МНЕ (Женя Лизогуб, Давид Туров и Фрося)

Смотрите далее

How To run Android app on phone over Wi-Fi in Android studio | No USB Cables 😱 Using ADB Wi-Fi 🔥.

How To run Android app on phone over Wi-Fi in Android studio | No USB Cables 😱 Using ADB Wi-Fi 🔥.

Kalyan Mishra

1 год назад

How to become an Android Developer | Step by Step | Freelancing and Placement

How to become an Android Developer | Step by Step | Freelancing and Placement

Aman Dhattarwal

3 года назад

How to fix Can not extract resource from com.android.aaptcompiler.ParsedResource error.

How to fix «Can not extract resource from com.android.aaptcompiler.ParsedResource» error.

iRekha Tech Solutions

5 дней назад

Fix for Unsupported Java. Your build is currently configured to use Java 19.0.2 and Gradle 7.5.

Fix for «Unsupported Java. Your build is currently configured to use Java 19.0.2 and Gradle 7.5.»

iRekha Tech Solutions

1 день назад

Fix the error No cached version of com.android.tools.build:aapt2:7.4.0 available for offline mode

Fix the error «No cached version of com.android.tools.build:aapt2:7.4.0 available for offline mode»

iRekha Tech Solutions

2 недели назад

Fix for This version of the Android Support plugin for IntelliJ IDEA cannot open this projecterror

Fix for «This version of the Android Support plugin for IntelliJ IDEA cannot open this project»error

iRekha Tech Solutions

1 год назад

Fix for Cannot fit requested classes in a single dex file. error in Android Studio.

Fix for «Cannot fit requested classes in a single dex file.» error in Android Studio.

iRekha Tech Solutions

2 месяца назад

How to integrate and test the Google Play In-App Reviews API in android applications.

How to integrate and test the Google Play In-App Reviews API in android applications.

iRekha Tech Solutions

1 месяц назад

Creating first Android project in IntelliJ IDEA and install SDK

Creating first Android project in IntelliJ IDEA and install SDK

Bitalm

11 месяцев назад

How to Install Simulink Support Package for Android Devices

How to Install Simulink Support Package for Android Devices

MATLAB

5 месяцев назад

How to compile the android project against version 32 or later of the Android APIs.

How to compile the android project against version 32 or later of the Android APIs.

iRekha Tech Solutions

1 месяц назад

Run Android Studio Application into Android Phone without USB Cable

Run Android Studio Application into Android Phone without USB Cable

Coding Ark

2 года назад

Top 10 Android Studio Tips and Tricks

Top 10 Android Studio Tips and Tricks

iRekha Tech Solutions

2 месяца назад

Популярные видео

Каха папа

Каха папа

2 дня назад

🤭Что Будет если обмануть пьяного Мужчину в RDR 2 #shorts

🤭Что Будет если обмануть пьяного Мужчину в RDR 2 #shorts

1 день назад

Выжившие под завалами: как в Турции и Сирии достают из-под обломков после землетрясения детей

Выжившие под завалами: как в Турции и Сирии достают из-под обломков после землетрясения детей

2 дня назад

ПОКАЖИ МНЕ (Женя Лизогуб, Давид Туров и Фрося)

ПОКАЖИ МНЕ (Женя Лизогуб, Давид Туров и Фрося)

2 дня назад

ТАКУЮ УЖЕ НЕ КУПИТЬ! Давняя мечта Русика

ТАКУЮ УЖЕ НЕ КУПИТЬ! Давняя мечта Русика

2 дня назад

Пугалки в хрущевке

Пугалки в хрущевке

2 дня назад

ШОУ ИСТОРИИ | Странный человек

ШОУ ИСТОРИИ | Странный человек

2 дня назад

ПУШИСТИКИ АНУКА ДАВАЙКА ПОПАЛИ В ДЖУНГЛИ! ПРЕОБРАЖЕНИЕ КОМНАТЫ на ДЕНЬ РОЖДЕНИЯ АЛИСЫ! РЕАКЦИЯ КОТОВ

ПУШИСТИКИ АНУКА ДАВАЙКА ПОПАЛИ В ДЖУНГЛИ! ПРЕОБРАЖЕНИЕ КОМНАТЫ на ДЕНЬ РОЖДЕНИЯ АЛИСЫ! РЕАКЦИЯ КОТОВ

1 день назад

Teenager rescued 94 hours after Turkey quake

Teenager rescued 94 hours after Turkey quake

2 дня назад

КАМРИ 2.4 - На ремонт из КРАСНОЯРСКОГО края!

КАМРИ 2.4 — На ремонт из КРАСНОЯРСКОГО края!

1 день назад

Превратили ДОМ в БАТУТНЫЙ ПАРК !

Превратили ДОМ в БАТУТНЫЙ ПАРК !

1 день назад

ТУР ПО АМЕРИКЕ (Комедия, Драма, Приключения, 2023)

ТУР ПО АМЕРИКЕ (Комедия, Драма, Приключения, 2023)

1 день назад

Как потратить 1.5 🍋 чтобы НИКТО не увидел! И другие секреты Синдиката!

Как потратить 1.5 🍋 чтобы НИКТО не увидел! И другие секреты Синдиката!

2 дня назад

Dead Space - Remake (Мульт Обзор)

Dead Space — Remake (Мульт Обзор)

2 дня назад

НУ-КА, ВСЕ ВМЕСТЕ! БИТВА СЕЗОНОВ. ВЫПУСК 2

НУ-КА, ВСЕ ВМЕСТЕ! БИТВА СЕЗОНОВ. ВЫПУСК 2

1 день назад

Понравилась статья? Поделить с друзьями:
  • Please power down and connect the pcie power cable for this graphics card как исправить
  • Postgresql an error occurred executing the microsoft vc runtime installer
  • Please install or use the jre or jdk that contains these missing components как исправить
  • Postgresql 42883 error
  • Phpmyadmin fatal error maximum execution time of 300 seconds exceeded in