rosu alin
rosu alin

Reputation: 5830

Android studio gets stuck when updating SDK

It doesn't go past this: enter image description here

Tried twice. Any ideeas why?

Upvotes: 3

Views: 2776

Answers (2)

hubix786
hubix786

Reputation: 11

Now when Standalone SDK GUI is deprecated/deleted it's quite tricky to do it via command line. I've found another solution (for my problem) - delete problematic component through Android Studio SDK and install it again through Android Studio SDK.

This trick helps in my case which was problem with patching Google's API system image file system.img for Android 7.1 from revision 10 to 11 (patching stuck on that file)

Upvotes: 1

F43nd1r
F43nd1r

Reputation: 7759

The integrated sdk manager is still not 100% reliable. Try to download it using the standalone sdk manager.

Upvotes: 1

Related Questions