Search code examples
android-studio

How to disable Android Studio splash screen?


Every time I start Android Studio on my Linux computer (running Ubuntu), it loads quite a while and overlays at least 1/6 of my screen and it does not minimize, go to background or anything.

How can I either disable the loading splash screen or how to make it possible to allow the loading splash screen to be put in background? It's seriously annoying.


Solution

  • You can pass "nosplash" in the command-line:

    android-studio/bin/studio.sh nosplash
    

    Works with IntelliJ as well.