Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mib200/cordova-googleplayservices
Play services for cordova installation with JAR file only
https://github.com/mib200/cordova-googleplayservices
Last synced: 29 days ago
JSON representation
Play services for cordova installation with JAR file only
- Host: GitHub
- URL: https://github.com/mib200/cordova-googleplayservices
- Owner: mib200
- Created: 2015-08-24T20:38:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T20:41:13.000Z (over 9 years ago)
- Last Synced: 2023-04-05T15:32:16.553Z (over 1 year ago)
- Size: 5.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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