Reputation: 586
Unable to install Android Studio on Windows 10 64-bit Operating System Java 1.8.0_121 Android Studio 2.2.3 Gradle 2.14.1
java.io.IOException: Cannot download 'https://dl.google.com/android/repository/android_m2repository_r44.zip': Read timed out , response: 200 OK Warning: An error occurred while preparing SDK package Android Support Repository: Cannot download 'https://dl.google.com/android/repository/android_m2repository_r44.zip': Read timed out , response: 200 OK. java.io.IOException: Cannot download 'https://dl.google.com/android/repository/google_m2repository_gms_v9_rc41_wear_2_0_rc6.zip': Read timed out , response: 200 OK Warning: An error occurred while preparing SDK package Google Repository: Cannot download 'https://dl.google.com/android/repository/google_m2repository_gms_v9_rc41_wear_2_0_rc6.zip': Read timed out , response: 200 OK.
What is possibly going wrong with this installation?'
Upvotes: 3
Views: 3041
Reputation: 83
I had this similar issue, solution below worked for me. The solution for this is:
1) Run Android Studio as Administrator.
2) Re run the update.
It will definitely work.
Upvotes: 2
Reputation: 11
I had the same problem, and what I did, was download the file that came with the error, https://dl.google.com/android/repository/google_m2repository_gms_v11_3_rc05_wear_2_0_5.zip that file I copied into the folder C: \ Users \ USER \ AppData \ Local \ Android \ Sdk \ extras. Finally I went back to running Android Developer as Administrator, and it worked!.
Upvotes: 1