Android Studio 4.1插件错误: 插件 * 不兼容(仅在 IntelliJ IDEA 中支持)

插件错误

插件“ Android WiFi ADB”是不兼容的(仅支持 IntelliJ IDEA)。插件“ Name That Color”是不兼容的(仅支持 IntelliJ IDEA)。插件“ Json2Pojo”是不兼容的(仅在 IntelliJIDEA 中支持)。

我试图在 Android Studio 4.1中安装插件“ Android WiFi ADB”、“ Name That Color”、“ Android WiFi ADB”等,但我遇到了这个错误。有人能帮我吗?

错误截图

1

软件详情

Android Studio 4.1

Build # AI-201.8743.12.41.6858069,Build on September 23,2020构建 # AI-201.8743.12.41.6858069,于2020年9月23日构建

运行时版本: 1.8.0 _ 242-release-1644-b01 amd64

VM: JetBrains s.r.o 的 OpenJDK 64位服务器 VM

Windows 1010.0

GC: ParNew, ConcurrentMarkSweep

Memory: 1246M

Cores: 4

注册表: ide.new.wele.screen. force = true

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

56901 次浏览

一些老的插件不再与最新的 Android Studio 兼容(现在是4.1)。此外,他们似乎已经改变了这个新版本的插件文件夹的位置。

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.

目前,插件位于以下目录(如果你的软件版本不同,请确保更改路径中的 android 版本号; 3以下版本的详细 给你位置不同) :

Windows (资源管理器中的 ctrl + L,然后粘贴) : %APPDATA%\Google\AndroidStudio4.1\plugins

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

Linux: ~/.config/Google/AndroidStudio4.1/plugins~/.local/share/Google/AndroidStudio4.1/

Delete the plugins there and the error should be gone.

您需要等待插件开发人员添加对新的 android 工作室版本的支持,然后更新插件或安装旧的 android 工作室

MAC 操作系统

  1. 打开应用程序/Android Studio.app/内容/插件/
  2. 创建文件夹
  3. 例子 parcelable/lib/parcelable.jar

我刚刚更新了工作室到 4.1,并得到了同样的问题与上述图书馆。在 ADB WIFi对于其他插件,我们需要等待开发者根据最新的 android 工作室进行更改的情况下,下面是我不依赖第三方来解决这个问题的方法。

通过 Wi-Fi 连接到设备(Android 10及以下版本)

第一步:

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

第二步:

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.

第四步:

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.

第五步:

Connect to the device by its IP address
adb connect device_ip_address

第八步:

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

我们在使用自定义插件的新 Android Studio 4.1中遇到了这样的问题。 下面的步骤可以解决这个问题:

  1. 手动将插件解压到 安卓工作室/内容/插件(我们的插件名为 出口商) enter image description here
  2. Restart Android Studio
  3. 插件工程!

P.S. 对于插件开发者来说。我们的插件 intellij 版本(在 build.gradle文件中) :

intellij {
version 'IU-201.6668.121'
}
  1. 下载这个插件,进入 Android Studio 文件/设置/插件搜索 Android Wifi ADB 并安装它。

  2. 现在你可以在 path = = > C: 用户 PCUserName AppData 漫游 Google AndroidStudio 插件找到 AndroidWiFiADB 文件夹,剪切 Android WiFiADB 文件夹。

  3. 现在将 AndroidWiFiADB 文件夹粘贴到 path = = > < strong > C: Program Files Android Studio 插件

  4. 重启 Android Studio 并享受通过 WiFi 进行调试的乐趣。

MAC 操作系统:

  1. 将插件下载到 local。
  2. 解压这个插件(. zip) ,您将看到一个名为“ lib”的文件夹,其中包含 jar。
  3. Right click the AndroidStuido icon, select "show package contents”.
  4. 输入 Content/plugins 目录,创建一个新文件夹。
  5. 然后将“ lib”文件夹复制到新文件夹。
  6. 重启你的 AS。
  7. 好好享受吧。

窗户:

  1. 官方网站手动下载插件 zip 文件
  2. 解压缩压缩文件并粘贴到 C: Program Files Android Studio 插件中
  3. 重启你的 Android 工作室

为了摆脱不兼容的插件警告,你可以遵循 以上答案(通过@asim) ,如果你不能看到 AppData 文件夹,那意味着它在隐藏项目中。

麦克:

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

找到并删除错误的插件文件夹

重启安卓工作室

MacOS 上的插件目录:

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

只要从这个目录中删除插件。

我已经解决了这个问题

  1. Remove that plugin if it still exists in android studio plugins
  2. 重新安装。

我试过了,为自己工作

麦克: 删除整个文件夹。

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

重新启动 android 工作室,并重置 AS。现在你可以安装 AS 插件。

Windows 应该做同样的事情

  1. 进入这个目录。
  2. 找到插件名称并完全删除其文件夹。

Note: 'AppData' is a hidden folder by default.

enter image description here

最简单和最有效的方法 修好的旧插件:
1-从这个位置删除旧的 jar 文件(附加点: 剪切和粘贴到其他地方,并保持它为下一步)(感谢 @ Asim的位置) :

C:\Users\*username*\AppData\Roaming\Google\AndroidStudio4.1\plugins

2-在 Android Studio 中进入文件-> 设置-> 插件。
这里有两个标签: MarketplaceInstalled。忘了他们吧!单击 Installed选项卡旁边的齿轮图标。选择 Install plugin from disk...。从前面的步骤中找到 jar 文件,或者从官方市场手动重新下载(在我的例子中是 this plugin)

好了,享受你最喜欢的插件吧。

  • 额外提示: Android 工作室可能仍然会显示关于兼容性问题的错误。在我的情况下,一些插件工作得很好,一些插件(看看你 Butterknife Zelezny!)语法突显系统崩溃了!谁会用这个功能,对吧?除非你实际上直接在 android 工作室编写代码,不要从 StackOverflow 复制和粘贴!不管怎样,如果你最后处于某种奇怪的境地,你不知道该责怪谁,好消息!安卓工作室支持你!请务必在这里检查 android 工作室的日志文件: C:\Users\*username*\AppData\Local\Google\AndroidStudio4.1\log\idea.log 并查看是否有任何插件导致不稳定(在日志文件中查找 Plugin to blame短语,如果有的话)

我有同样的问题与维度插件和错误仍然显示,甚至在删除文件夹从’插件’目录。
对我有效的解决办法,来自市场:

  1. 重新安装插件
  2. Disable it

在我的例子中,我遇到了这个问题,因为一个新类型的 插件错误和 Android Studio 从未打开过: enter image description here

然后我找到了解决办法:

如果你正在使用 Sourcetree,关闭它,然后打开 Android Studio,然后打开 Sourcetree。

基于 MacOS 的 Android Studio Arctic Fox (2020.3.1)解决方案(在 Windows 中应该不会有太大的不同)。

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 到这个 pwd:

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

删除 AndroidWiFiADB

安卓 WiFiADB

插件 Jetbrain或者任何你想要的插件上搜索 Android Wifi ADB 插件,就是这个 这里是 Android Wifi ADB,然后手动下载最新版本的 zip 文件。

拉开拉链。

使用以下命令打开位于/root 目录中的 Android Studio 插件目录

Open/Applications/Android Studio.app/content/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!