9

I keep getting a flashing red icon in the bottom right-hand corner of Android Studio every time it wants me to report a bug in the IDE. It's really irritating! Does anyone know how to disable this feature please? I'm using Studio 2.3.3.

2
  • Does it go away when you report the bug(s)? Commented Sep 22, 2017 at 17:18
  • 4
    It does - but then reappears when the same bug happens again, which occurs regularly. And the icon still reappears even if you've reported it once, twice, .... Commented Sep 22, 2017 at 20:31

2 Answers 2

0

If you use kotlin, this gradle setting will disable that behaviour:

android {
    kotlinOptions {
        allWarningsAserrors = false
    }
}

No ideea how to disable it by default, for me this only happens on only one device

Sign up to request clarification or add additional context in comments.

Comments

-2

Just report the bug... It helps the team behind Android Studio to improve their product. Wouldn't you want people to do the same when your own app crashes ?

If you still want to hide it, the only solution is to remove the entire status bar in View > Status Bar

6 Comments

I have reported it - multiple times. But that doesn't stop Studio wanting me to report it again. They should at least offer the opportunity to suppress reporting of a previously reported bug (I think Eclipse does this). Or, even better, suppress bug reporting altogether. They ask you if you want to report bugs when you install Studio but they don't seem to let you turn it off later if you change your mind for whatever reason.
Thanks. If that works when a bug appears again I'll mark this as the answer.
let me know how it went
Thanks! Hiding the status bar means I don't see the annoying flashing red exclamation mark any more. Ideally we could keep the status bar and simply disable the error reporting (or make it automatic). You still see a red icon on the Event Log tab but that's easier to ignore as it doesn't flash.
This doesn't answer the question, it's important to have feedback, but it's exhausting to have to see a flashing red icon/make reports every 5 minutes. There are much better ways to implement that feature.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.