dhavaln / cordova-examples

Cordova (Phonegap) Examples
28 stars 48 forks source link

Wrapping an android aar as Cordova Plugin #1

Open behrad opened 9 years ago

behrad commented 9 years ago

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.

MrBlack commented 6 years ago

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