Execution failed for task ':app:packageDebug' - Failed to read zip file

左心房为你撑大大i 提交于 2019-12-30 02:42:05

问题


Without any changes in my code, suddenly i get this error when I try to run my app:

  • What went wrong: Execution failed for task ':app:packageDebug'. com.android.builder.packaging.PackagerException: java.io.IOException: Failed to read zip file 'C:\Users\Eliran\AndroidStudioProjects\Forum\app\build\outputs\apk\app-debug.apk'.

I have no idea why its trying to read the apk as zip file.

  • If I restart Android Studio, I can run the app once and then It happens again.

回答1:


For me it helps (for now) when I Exit Android Studio, next I used Windows Task Manager (Ctrl + Shift + Esc) and kill process Java(TM) Platform SE binary and delete that file manually. After that I run Android Studio again, click on the Clean Project (there can be an error with app:clean, but you can run Android Studio again) and next click Make Project - after that of course Run 'app' button in Android Studio.




回答2:


This issue has been reported to the development team: https://code.google.com/p/android/issues/detail?id=210693&thanks=210693&ts=1463824240




回答3:


I try manual delete file, but the SO inform: the file "app-debug.apk" is in use by "OpenJDK Platform Binary". Then I kill "OpenJDK Platform Binary" and this worked.




回答4:


Its solve my problem perfectly. i Just delete my build file and file>> Invalidate and restart android studio. This problem occur for me change dependency version




回答5:


just delete debug.keystore file under .android



来源:https://stackoverflow.com/questions/37347291/execution-failed-for-task-apppackagedebug-failed-to-read-zip-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!