My android builds take long, but it would be nice ...
# android
c
My android builds take long, but it would be nice if there was a sound that "dinged" when my build was done. Does anyone know of any AS/Intellij plugin that does this?
g
yes, you can add any arbitrary program when build is finished in config of run configuration
ah, sorry, I did it long time ago, there is no post run action, but you can add custom “Compound” run configuration and add required steps there
e
I created a feature request for this https://issuetracker.google.com/issues/174157715
g
I don't think that it should be on Android issue tracker, it's Intellij Idea core feature
Anyway, what is problem to use Compound run configuration?
One more way is play sound on notifications, it's possible to configure