cdibened / filechooser

Cordova plugin to get around Android's removal of html file upload
MIT License
74 stars 46 forks source link

Phonegap build compile error #6

Open jayush12 opened 9 years ago

jayush12 commented 9 years ago

Hii I have just used this plugin for my phonegap build project But its giving compile error i have uploaded error image too .Please help to resolve this if this plugin can be used in phonegap build and one thing i forgot to mention that i am not using cli mode to develop application complie_error

MyDogTom commented 9 years ago

@jayush12 Looks like you forgot to do a Configuration step.

You will have to import your.package.name.R into the following java files.

jayush12 commented 9 years ago

I am not using cli mode of phonegap so how can i put java files if i am using html css and js files only and then uploadinf it to phonegap build

MyDogTom commented 9 years ago

Sorry, i'm not using phonegap build. Quick search gave me this.

You could fork the plugin, make changes and upload your version as a private plugin, assuming you're a paying PGB customer.

Hope it helps.