11

I just clicked the update button on Android Studio. It downloaded packages and it got stuck at the point shown in the image.enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Merhawi Fissehaye
  • 2,482
  • 2
  • 25
  • 39

3 Answers3

0

I had the very same issue on MacOS High Sierra while updating Android Wear x86 Oreo emulator image.

Since the updating window blocked me from using Android Studio, I got out of patience and hit the cancel button. The "stopping" operation of this apparently non cancellable operation continued for minutes in the background (showing at the bottom of the IDE), and then finally finished.

It seems the operation was not cancellable since there was no update to do aftewards, so if the emulator image patching operation is taking time, "cancelling" it to get use of your IDE back is the way to go as of Android Studio 3.1 Canary 9

Louis CAD
  • 10,965
  • 2
  • 39
  • 58
0

I have similar issue just now on Windows and Mac OS, and my solution is by removing manually, related system image that required update, from Tools menu => SDK Manager => SDK Platforms. Then re-install this system image after that from the same menu.

I Made Mudita
  • 480
  • 5
  • 11
-3

check your internet connection if it not works then force quit it and clear cache and restart android studio then update it again

Mateen Chaudhry
  • 631
  • 12
  • 32
  • 4
    If you look the screenshot right, you can see it's patching, not downloading, so internet connection has nothing to do with it. – Louis CAD Jan 29 '18 at 08:29