Android Studio 4.1 - Plugin “Install Apk” is incompatible [duplicate]

时光总嘲笑我的痴心妄想 提交于 2021-01-28 07:38:29

问题


Since upgrading to AS 4.1 from 4.0 I get the event log message

Plugin Error: Plugin "Install Apk" is incompatible (supported only in IntelliJ IDEA).

on starting AS.

Yes, this is like a previous report1, but this appears to be a bundled plugin. I don't think it's anything I've added, nor can I find anything obviously out of place either in the list of plugins under settings nor in the plugins directory.

Installing APKs does indeed not work, so it is a problem rather than a nuisance.

How do I track down where it's coming from, and even better, fix it?


回答1:


Search for that plugin and delete it manually at this directory:
C:\Users\{User}\AppData\Roaming\Google\AndroidStudio4.1\plugins
Besides this, It is not a problem. Android Studio just shows a dialog and cant use plugin. There is no problem except disturbing you. You can just wait for plugin's update for compatibility.




回答2:


To make plugins work with the new version of Android Studio "4.1"

1- install the plugin

2- extract it

3- move folder to

C:\Program Files\Android\Android Studio\plugins

4- restart Android Studio



来源:https://stackoverflow.com/questions/64514760/android-studio-4-1-plugin-install-apk-is-incompatible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!