cordova-examples
cordova-examples copied to clipboard
Wrapping an android aar as Cordova Plugin
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.
you can look at this link https://github.com/bhnath/kiip-sample-cordova-plugin this is a simple one demo