Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tito/gms-experiment
Experimentation with Google Play Service API
https://github.com/tito/gms-experiment
Last synced: about 1 month ago
JSON representation
Experimentation with Google Play Service API
- Host: GitHub
- URL: https://github.com/tito/gms-experiment
- Owner: tito
- Created: 2013-06-11T14:21:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T14:34:14.000Z (over 11 years ago)
- Last Synced: 2024-10-03T11:33:22.889Z (about 2 months ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Google play service - experimentation
=====================================In your `AndroidManifest.xml`, add under the application tag::
In your `res/values/string.xml`, add this tag, and replace the X with your real app_id from the Google play console.::
XXXXXXXXX
Download the Google Play Service sdk addons (via `android sdk`), and copy the `google-play-services.jar` into `libs`.
And finally, use `on-activity-result` branch of python-for-android.