【问题标题】:How to disable Android Studio "Gradle Invocation finished" notification?如何禁用 Android Studio“Gradle 调用完成”通知?
【发布时间】:2019-12-26 03:06:24
【问题描述】:
有没有办法在 Android Studio 3.5 中禁用新的“Gradle Invocation finished”通知?
【问题讨论】:
标签:
android-studio
push-notification
【解决方案1】:
或者,您可以通过 Android Studio 禁用此类通知。转到Settings > Appearance & Behavior > Notifications 并取消选中Enable system notifications 选项:
【解决方案2】:
单击 Windows 任务栏右侧的通知图标:
然后右键点击通知,选择“关闭Android Studio的通知”:
【解决方案3】:
要禁用 OP 中发布的特定气球通知,请在接受的答案中遵循相同的菜单路径并在组列表中找到(那里有一些 Gradle 的):
Gradle Build (Balloon)....<select No popup>
坦率地说,单个通知组控件有点错误(不一致,有时“Gradle 组通知”会消失),因此接受的答案似乎是最佳选择。