You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using "Youtube" apk and when this apk reading using this code it will give exception "Wrong Local header signature: 0x3F8" at line "while((item = zip.GetNextEntry()) != null)". Some apk's are read properly but some apk's are giving these type of exceptions.
Can you please help me for this issue.
The text was updated successfully, but these errors were encountered:
Problem in ZipInputStream. May be incorrect apk file (zip archive).
You can try exit from loop after parse "androidmanifest.xml" and "resources.arsc" content.
see #19
I am using "Youtube" apk and when this apk reading using this code it will give exception "Wrong Local header signature: 0x3F8" at line "while((item = zip.GetNextEntry()) != null)". Some apk's are read properly but some apk's are giving these type of exceptions.
Can you please help me for this issue.
The text was updated successfully, but these errors were encountered: