- Home /
Weird Android Compile IO Error 1392
I have no idea why this is happening all of the sudden, I compiled my project fine last time, then after I restarted my computer and tried to compile my android project again, this is what came up
"Error building Player: IOException: Win32 IO returned 1392. Path: Temp/StagingArea\android-libraries\google-play-services_lib",
I haven't moved any directories or anything. Can Someone help me?
According to $$anonymous$$SDN, error code 1392 is "`ERROR_FILE_CORRUPT`: The file or directory is corrupted and unreadable."
Steps you might try:
Find and delete that folder. It's a temp folder, so clearing its contents should be safe.
$$anonymous$$ake sure no other programs are using that folder.
Check if antivirus software might be interfering with the build (which is very common).
Or its a protected directory and you are no longer running in Ad$$anonymous$$istrator mode.
I am running Unity in Ad$$anonymous$$ mode, and I will try the antivirus solution, and since it is a Temp file, it will be deleted when it's no longer used, Edit- no luck with Antivirus solution
Answer by Tamaleh · Aug 05, 2014 at 11:23 PM
Solution for anyone who might experience this error
Run a complete Disk Check of your drive with your project on it if you happen to be on Windows OS. It will remove any corrupted directories, then just rebuild the project in Unity.
Your answer
Follow this Question
Related Questions
Error when building for Android 2 Answers
Android export errors 0 Answers
android player error 0 Answers
Player Movement Problems. 1 Answer