I would like to know how you get ExtractZipFile plugin to the latest cordova 2.3. I have tried to get the plugin working but did not win.
link to plugin https://github.com/phonegap/phonegap-plugins/tree/master/Android/ExtractZipFile
Hope someone can help me.
regards
i also faced same problem than i modified And this phonegap unzip plugin working fine in 2.6
Unzip plugin
I modified Vishal Rajpal (the author of the ExtractZipFile plugin) code to comply with the cordova plugin structure, as documented in Plugin Development Guide and Developing a Plugin on Android.
Java code to be put in the src directory under org/apache/cordova/plugin/ExtractZipFilePlugin.java
Plugin declaration to be put in res/xml/config.xml under plugins
JavaScript code to be included in your project - file ZipPlugin.js
Usage example
Tested successfully with cordova 2.4.0
Cheers!