Question

I need to develop plugin for blackberry webworks phonegap. But i dont want to add my plugin source files to cordova.jar. I want to create another jar and put it to my projects somewhere inside www folder.

Is it possible?

Was it helpful?

Solution

In my experience with Phonegap/Cordova you must place your plugin within their JAR file. It goes against their standard implementation to add a plugin any other way, and I imagine you'd have a world of trouble getting it to work properly otherwise.

I've never seen it done any other way personally. Can I ask why you wouldn't want to add your plugin to their JAR???

-Chad

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top