这篇文章主要介绍了关于android studio升级4.1 某些插件使用不了的问题(Mac),本文给大家分享解决方法供大家参考,感兴趣的朋友跟随小编一起看看吧
今天我把Android studio 升级到 4.1版本,发现有个错误
3:11 PM Plugin Error
Plugin "GsonFormat" is incompatible (supported only in IntelliJ IDEA).
Plugin "Android Color Manager" is incompatible (supported only in IntelliJ IDEA).
Plugin "Android Parcelable code generator" is incompatible (supported only in IntelliJ IDEA).
这个提示错误说我的这个插件不兼容。
cd到/Users/xxx/Library/ApplicationSupport/Google/AndroidStudio4.1/plugins
ls查看文件
ADBWIFI.jar TranslationPlugin eventbus3-intellij-plugin-2020.0.2.jar
Android Color Manager android-butterknife-zelezny.jar meta
FindViewByMe.jar android-parcelable-intellij-plugin.jar plantuml4idea
GsonFormat.jar availables.xml pluginsXMLIds.json
Kotlin availables.xml.etag pluginsXMLIds.json.etag
删除掉报错的那个插件就可以了。
总结
到此这篇关于android studio升级4.1 某些插件使用不了(Mac)的文章就介绍到这了,更多相关android studio升级4.1 插件内容请搜索编程学习网以前的文章希望大家以后多多支持编程学习网!
本文标题为:关于android studio升级4.1 某些插件使用不了的问题(Mac)
基础教程推荐
- Flutter绘图组件之CustomPaint使用详解 2023-05-12
- Android开发使用RecyclerView添加点击事件实例详解 2023-06-15
- IOS 播放系统提示音使用总结(AudioToolbox) 2023-03-01
- 解决Android Studio突然不显示logcat日志的问题 2023-02-04
- Android多返回栈技术 2023-04-15
- Flutter手势密码的实现示例(附demo) 2023-04-11
- Android中的webview监听每次URL变化实例 2023-01-23
- iOS开发教程之XLForm的基本使用方法 2023-05-01
- IOS应用内跳转系统设置相关界面的方法 2022-11-20
- android studio按钮监听的5种方法实例详解 2023-01-12
