UJJ*_*WAL 98 plugins android intellij-idea android-studio
插件错误
插件“Android WiFi ADB”不兼容(仅在 IntelliJ IDEA 中受支持)。插件“Name That Color”不兼容(仅在 IntelliJ IDEA 中受支持)。插件“Json2Pojo”不兼容(仅在 IntelliJ IDEA 中支持)。
我尝试在 Android Studio 4.1 中安装插件“Android WiFi ADB”、“Name That Color”、“Android WiFi ADB”等,但我遇到了这个错误。谁能帮我这个?
错误截图
安卓工作室 4.1
Build #AI-201.8743.12.41.6858069,建于2020年9月23日
运行时版本:1.8.0_242-release-1644-b01 amd64
VM:JetBrains sro 的 OpenJDK 64 位服务器 VM
视窗 10 10.0
GC:ParNew、ConcurrentMarkSweep
内存:1246M
核心数:4
注册表:ide.new.welcome.screen.force=true
非捆绑插件:com.thoughtworks.gauge、org.intellij.plugins.markdown、org.jetbrains.kotlin
Asi*_*sim 120
一些较旧的插件不再与最新的 Android Studio(现在是 4.1)兼容。此外,他们似乎在这个新版本中更改了插件文件夹的位置。
您将不得不卸载该插件。就我而言,我看不到 IDE 设置中列出的插件。我不得不手动查找并删除该文件。
目前,插件位于以下目录(如果您的软件版本不同,请确保更改路径中的android版本号;3以下版本的位置不同,详见此处):
Windows(资源管理器中的ctrl+L然后粘贴它):%APPDATA%\Google\AndroidStudio4.1\plugins
苹果系统:
~/Library/Application Support/Google/AndroidStudio4.1/plugins
linux: ~/.config/Google/AndroidStudio4.1/plugins或~/.local/share/Google/AndroidStudio4.1/
删除那里的插件,错误应该消失了。
小智 20
通过转到 Android Studio File/Setting/Plugins 搜索 Android Wifi ADB 并安装来下载插件。
现在你可以在路径 ==> C:\Users\PCUserName\AppData\Roaming\Google\AndroidStudio\Plugins找到 AndroidWiFiADB 文件夹 ,剪切 Android Wifi ADB 文件夹。
现在将 AndroidWiFiADB 文件夹粘贴到路径 ==> C:\Program Files\Android\Android Studio\plugins
重启 Android Studio 并享受通过 WiFi 调试的乐趣。
Sur*_*dur 14
我刚刚将工作室更新为4.1上述库并遇到了同样的问题。以下是我在不依赖第三方的情况下解决此问题的方法ADB WIFi,对于其他插件,我们需要等待开发人员根据最新的 android studio 进行更改。
通过 Wi-Fi 连接到设备(Android 10 及更低版本)
第1步:
Connect the device to the host computer with a USB cable.
Run Code Online (Sandbox Code Playgroud)
第2步:
Set the target device to listen for a TCP/IP connection on port 5555
adb tcpip 5555
Run Code Online (Sandbox Code Playgroud)
第 3 步:
Disconnect the USB cable from the target device.
Run Code Online (Sandbox Code Playgroud)
第四步:
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.
Run Code Online (Sandbox Code Playgroud)
第 5 步:
Connect to the device by its IP address
adb connect device_ip_address
Run Code Online (Sandbox Code Playgroud)
第 8 步:
Confirm that your host computer is connected to the target device:
adb devices
Run Code Online (Sandbox Code Playgroud)
MacOS 上的插件目录:
/Users/{username}/Library/Application Support/Google/AndroidStudio4.1/plugins
Run Code Online (Sandbox Code Playgroud)
只需从此目录中删除插件即可。
苹果系统:
\n| 归档时间: |
|
| 查看次数: |
32359 次 |
| 最近记录: |