cordova-examples icon indicating copy to clipboard operation
cordova-examples copied to clipboard

Wrapping an android aar as Cordova Plugin

Open behrad opened this issue 10 years ago • 1 comments

I have an android lib (aar) which contains a service and it's manifest. How can I wrap it in a Cordova Plugin? Found no samples with a service, manifest structure inside.

behrad avatar Jun 24 '15 17:06 behrad

you can look at this link https://github.com/bhnath/kiip-sample-cordova-plugin this is a simple one demo

MrBlack avatar Jul 20 '18 03:07 MrBlack