FortuneN / cordova-plugin-zeep

Zip compression/decompression for the cordova/phonegap platform
Apache License 2.0
28 stars 37 forks source link

unzip() failed to create folder in Android 8.1 #27

Open jammind opened 5 years ago

jammind commented 5 years ago

Error message in console: unzip failed: /data/user/0/com.tinkamo.tinkamoapp/files/play/gear_box/assets/7-tn.png (Not a directory)

I checked the folder with Android Studio's Device File Explorer and found the folders are not folders but some files with question marks, as shown below.

screen shot 2018-12-31 at 6 19 46 pm

I created the ZIP file using Mac OS X. Is there a compatibility issue of unzipping Mac-created zip on Android? Any one has the same issue?

HarelM commented 4 years ago

I think I have the same issue, seems like it is related to zip containing subfolder (I think). I tried using cordova-plugin-zip but it gets stuck at the end, so seems like I don't have a solution... :-(