大家好,这是我第一篇文章。写文仅为给自己踩得坑做个记录,如果能帮助到大家就更好了。
刚刚把Android Studio更新到2.3.2然后运行项目的时候出现“This version of android studio is incompatible with the Gradle plugin uses .”然后项目无法运行。
大概意思就是这个版本的AS插件与手机厂商的系统不兼容。可以尝试关闭即时运行或者升级插件。
目前我的解决办法就是关闭掉即时运行,即在“Settings”中搜索“Instant Run”,取消“Enable Instant Run to hot swap code/resource changes on deploy(default enabled)”的勾选,然后项目就可以运行了。
End