Help!! Build error IOException: Win32 IO returned ERROR_BROKEN_PIPE

After i reformat my windows 10 and place this project and installing all jdk and sdk and the when i build it this happens android build Windows 10 32bit. help me i never been encountered this error

IOException: Win32 IO returned ERROR_BROKEN_PIPE. Path: C:\Users\angel\Desktop\Angelo Files\PowerOfLowpolyBackup\ProtectTheCube - Copy - Copy - Copy (2)[Unknown]
System.IO.FileStream.FlushBuffer (System.IO.Stream st) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/FileStream.cs:1040)
System.IO.FileStream.FlushBuffer () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/FileStream.cs:1054)
System.IO.FileStream.Flush () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/FileStream.cs:859)
System.IO.StreamWriter.Flush () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/StreamWriter.cs:191)
System.IO.StreamWriter.Dispose (Boolean disposing) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/StreamWriter.cs:162)
UnityEditor.HostView:OnGUI()

I already fixed it everyone. i try to move the project in root of C:\
it will work promise. you can make a new project and build to test if the jdk and sdk everythings fine if there is still error while building it the problem is your jdk or sdk installation double check it. if there’s no error or build complete you’re good just move your project that has error, in the root of C:\ or inside of C:\ Glad that i help you too everyone. Stay making game, never give up there’s an always solution :slight_smile:

Had this same issue. Tried installing and reinstalling all plugins with no luck.

Finally found a fix: Update the JDK to Java SE Development Kit to 8u162 (Go into preferences and set the JDK location to the newest version).

I found the solution. The problem was in the Google services plugin. Go to your Assets>Plugins>Android. There will be a lot of android.blabla and com.google.blabla files. Delete all google services aar files which contain the word “support”. Then build the apk and everything should work.

I found the Solution. Try to Build the project through Gradle System.