How to disable error reporting in Android Studio?

Viewed 1374

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.

1 Answers

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

Related