Android Studio not stopping for asking to update Gradle

匿名 (未验证) 提交于 2019-12-03 02:24:01

问题:

Since the latest version, Android Studio is annoying me that

It is strongly recommended that you update Gradle to version 2.14.1 or later.

But it ignores it and it pops up over and over again.

Is there any trick to get rid of it?

回答1:

This dialog should store:

<component name="PropertiesComponent">   ...     <property name="show.do.not.ask.upgrade.gradle.plugin.version" value="2.2.0" />   ... </component> 

in your .idea/workspace.xml file.

As you can see it seems to be version specific, hope this helps.

If you clicked Don't remind me again for this project. by accident, remove that line



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