Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Gradle Build Error: Read Time Out

I have the latest Android Studio IDE installed on my Windows 10 laptop, and it was working fine until my windows operating system made a huge automatic update.

Now, when start my Android Studio IDE, I get the following error and it doesn't build.

Gradle sync failed: Read timed out Consult IDE log for more details (Help | Show Log) (3m 34s 195ms)

I need help on this.

like image 840
Daniel W. Avatar asked May 30 '18 13:05

Daniel W.


People also ask

How do I resolve errors in build gradle?

In this click on Invalidate Caches and Restart option to Restart your Android Studio project. After restarting your Android Studio the Gradle issue will be fixed.


2 Answers

I encounter this error "Read Time Out", and I simply choose menu item: File -> Invalidate Caches / Restart... to fixed it.

[UPDATE]

I just encounter this error for second time, this time Invalidate Caches / Restart... not able to fix it, but then I try close the android Studio, killall -9 java to ensure all java process has been terminated, then relaunch Android Studio, no more error.

[UPDATE 2] I just encounter this error and I fixed it by replug the phone cable and rerun.

like image 142
林果皞 Avatar answered Sep 27 '22 20:09

林果皞


I got around this issue by turning on Offline Mode in the Gradle tool window.

Turn on Offline Mode in Android Studio

like image 30
jhonkaman Avatar answered Sep 27 '22 20:09

jhonkaman