fiscal-cliff / phonegap-plugin-ExtractZip

This is Phonegap 3.x.x plugin. Now it supports Android and iOS.
3 stars 10 forks source link

plugin not found #4

Open niaonlinetest opened 10 years ago

niaonlinetest commented 10 years ago

hi, i am getting this error

Error: module cordova.plugin.ExtractZip.ExtractZip not found

thanks in advance for you help

fiscal-cliff commented 10 years ago

Can you attach your example project? By default this error appears when you are using GIT with wrong .gitignore. (I mean you've got excluded android.json)

Anyway you can remove plugin with phonegap local plugin remove cordova.plugin.ExtractZip and then add it by phonegap local plugin add (clone url)

niaonlinetest commented 10 years ago

ok let me know one thing please , how do I execute this plugin

i am trying this ExtractZip( "FileName.zip"); but it is not working like that

fiscal-cliff commented 10 years ago

filename must be an absolute path to the zip file. You can attach either your logcat or apple target log output. I guess the problem will have been eliminated.