문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top