ka3ak
ka3ak

Reputation: 3191

How to turn off notifications in Android Studio?

How can I turn off notifications that appear in Android Studio at the right upper corner (blue circle with white exclamation mark)? I've googled "android studio" disable notifications but it showed me results related to android app development and not to the IDE.

Upvotes: 3

Views: 2801

Answers (2)

CSmith
CSmith

Reputation: 13458

In Preferences, choose Appearance & Behavior

Choose Notifications

There are lots of categories and options, I believe the one you're looking for is "Platform and Plugin Updates", but you'll see that you have fine-grained control over many notifications. Blue circle with white exclamation I believe are those categorized as "Sticky balloon" under popup.

Upvotes: 1

Gramatiik
Gramatiik

Reputation: 122

Android studio is a fork of JetBrains base IDE, there are many IDEs using the same "core", like webstorm, pyCharm...

So for your future searches try "jetbrains disable notifications".

You can effectively disable or tweak notifications in Settings | Appearance & Behavior | Notifications

Upvotes: 3

Related Questions