Skip to content

What version of Android does it support #8

@Delaley

Description

@Delaley

I tried the following code with ur unzipper.
But it doesn't work on Android 2.3
string filepath = "jar:file://" + Application.dataPath + "!/assets/" + "/TEST.zip";
pathtoExtract = filepath;
pathtoExport = Application.persistentDataPath;
try{
ZipUtil.Unzip(pathtoExtract, pathtoExport);
}
catch (Exception err)
{
text.text = err.ToString();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions