我已將zip4j庫添加到我的Android項目中。這是非常容易使用。 ZipFile zipFile = new ZipFile(downloadedFilePath);
zipFile.extractAll(context.getFilesDir().getPath());
但是有一個特點是我關心的。相反訂閱獲取解壓的進步,他們用while-loop如下: while (pm.getSta
public void onClick(View v)
{
try {
// Initiate ZipFile object with the path/name of the zip file.
ZipFile zipFile = new ZipFile("/sdcard/animation.zip");
// Extracts all