This is a simple Cordova plugin that adds the Google Play Services client library to your app.
This plugin should be used by plugin authors as a dependency, if their plugin's Android native code requires the Play Services. See for example chrome.identity.
- Install the .jar via the Android SDK Manager (
android sdk
) - Copy it from
android-sdk/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar
- Update the version number in
plugin.xml
to matchPkg.Revision
fromandroid-sdk/extras/google/google_play_services/source.properties
- Copy in the new
version.xml
fromandroid-sdk/extras/google/google_play_services/libproject/google-play-services_lib/res/values
- Run
plugman publish .
to publish to registry