https://github.com/appfeel/google-play-services
A Cordova plugin for Android that adds Google Play Services
https://github.com/appfeel/google-play-services
Last synced: about 2 months ago
JSON representation
A Cordova plugin for Android that adds Google Play Services
- Host: GitHub
- URL: https://github.com/appfeel/google-play-services
- Owner: appfeel
- License: mit
- Created: 2014-10-28T15:26:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T16:12:44.000Z (over 9 years ago)
- Last Synced: 2025-03-24T00:25:15.122Z (2 months ago)
- Language: Java
- Size: 16.5 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Play Services for Cordova
This is a simple Cordova plugin that adds the [Google Play Services](http://developer.android.com/google/play-services/setup.html)
client library to your app.## Developer Guide
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](https://github.com/MobileChromeApps/mobile-chrome-apps/tree/master/chrome-cordova/plugins/chrome.identity).## Update Instructions
1. Install the .jar via the Android SDK Manager (`android sdk`)
2. Copy it from `android-sdk/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar`
3. Update the version number in `plugin.xml` to match `Pkg.Revision` from `android-sdk/extras/google/google_play_services/source.properties`
4. Copy in the new `version.xml` from `android-sdk/extras/google/google_play_services/libproject/google-play-services_lib/res/values`
5. Run `plugman publish .` to publish to registry