error: snap "android-studio" has "install-snap" change in progress
try the following
snap changes
You should get something like this
... 123 Doing 2018-04-28T10:40:11Z - Install "foo" snap ...
Then do
sudo snap abort [ID]
This will abort the process that you want to kill. Hope I was helpful