Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.