idea版本:2021.1 (开发版本 the drvice to develop)
插件:ECTranslation1.5
idea插件后,提示:plugin is incompatible
解决方案:修改ECTranslation1.5.jar
META-INF/plugin.xml
修改已下内容:
<version>${idea版本号}</version>
<idea-version since-build="${idea版本号}" until-build="${idea版本号}"/>
注 <version>必须更改?通过idea其他插件,version和idea-version一致,但经过测试version保持原来也可正常
<version> Android Studio必须更改跟当前IDE版本号一致!!!
Android Stuido 4.1.3 安装修改的ECTranslation1.5插件,提示:Plugin "ECTranslation" is incompatible (supported only in IntelliJ IDEA).
需要再META-INF/plugin.xml添加:
<!-- uncomment to enable plugin in all products -->
<depends>com.intellij.modules.lang</depends>
注:上面属性是让插件让intellij所有可用