Android Studio 不会停止要求更新 Gradle [英] Android Studio not stopping for asking to update Gradle

查看:35
本文介绍了Android Studio 不会停止要求更新 Gradle的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从最新版本开始,Android Studio 让我很烦

Since the latest version, Android Studio is annoying me that

强烈建议您将 Gradle 更新到 2.14.1 或更高版本.

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

遗憾的是我目前无法更新它,因为它完全破坏了我的项目,我需要进行研究才能使其正常工作,所以我正在按

Sadly I can´t update it currently, because it breaks my project completely and I need to do research to get it working, so I´m pressing

不要再提醒我这个项目"

"Don´t remind me again for this project"

但它忽略了它并一遍又一遍地弹出.

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

有什么办法可以摆脱它吗?

Is there any trick to get rid of it?

推荐答案

这个对话框应该存储:

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

在您的 .idea/workspace.xml 文件中.

如您所见,它似乎是特定于版本的,希望对您有所帮助.

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

这篇关于Android Studio 不会停止要求更新 Gradle的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆