Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android logcat error: ZipFileCache: init failed when open zip file - device specific?

Having trouble to get any usefull logs from LogCat. My app is working fine (both devices), and all logs are fine as well with my Nexus device. But with my phone (Huawei P8 Lite, not rooted, Android 5) I am getting this error message :

11-12 11:21:07.740: E/ZipFileCache(7584): init failed when open zip file.

I tried to set it back to factory settings, but no luck.

My app is not using ZIP function at all, only accessing internal storage. I found several post about this on internet but always without solution. Also tested both Eclipse and Android Studio with same result.

like image 885
Josef Vancura Avatar asked Nov 12 '15 10:11

Josef Vancura


1 Answers

Same error on my Huawei P8 Lite. 11-30 12:39:56.470 24622-24622/com.xxxx.debug E/ZipFileCache: init failed when open zip file. I think that is like Codo saids. An internal error on this phone model. It also makes my device to connect and disconnet several times... So it isn't a developing problem.

like image 127
Taita Lopez Avatar answered Oct 06 '22 09:10

Taita Lopez