juanpi18
juanpi18

Reputation: 13

Android Studio does not install the SDK due to an error, how could I solve this problem?

java.io.IOException: Connection closed at byte 10747824. Expected 345298795 bytes

Warning: An error occurred while preparing SDK package Android Emulator: Connection closed at byte 10747824. Expected 345298795 bytes.

Upvotes: 1

Views: 3907

Answers (3)

Adilson Casas
Adilson Casas

Reputation: 1

what solved for me was chmod 777 in the project directory

Upvotes: 0

Axes Grinds
Axes Grinds

Reputation: 993

After closing the installation screen, simply retry to do the installation and it will continue from where it left off.

Upvotes: 0

THANH THỊNH PHẠM
THANH THỊNH PHẠM

Reputation: 36

It show a dialog box, click "retry" button and install is done ^^

Upvotes: 2

Related Questions