- Android Studio 4.1版本升级问题,打包失败和Pl
- Android Studio 升级4.1后插件错误 类似Plug
- android studio升级4.1后Plugin “Gson
- Android Studio 4.1 Plugin Error:
- Plugin Error Problems found load
- 升级到android studio 4.1后检测不到flutte
- 解决 Plugin with id 'com.github.dc
- Gradle Transform 初探
- flutter iOS 使用第三方 pod 创建 plugin
- 解决报错 Unrecognized Android Studio
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):
window C:/Users/Admin/AppData/Roaming/Google/AndroidStudio4.1/plugins
// Admin换成自己的用户名即可
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.
网友评论