Home | History | Annotate | Download | only in play-services

Lines Matching full:play

1 page.title=Set Up Google Play Services SDK
6 Play services APIs</a>, you must download the Google Play services SDK
10 <p>To test your app when using the Google Play services SDK, you must use either:</p>
13 device that runs Android 2.2 or higher and includes Google Play Store.</li>
22 <h2 id="Install">Install the Google Play Services SDK</h2>
24 <p>To install the Google Play services SDK for development:</p>
37 <li>Install the Google Play services SDK.
39 <b>Google Play services</b>, and install it.</p>
40 <p>The Google Play services SDK is saved in your Android SDK environment at
49 Google APIs platform include Google Play services.</p>
51 <li>Make a copy of the Google Play services library project.
53 <code>&lt;android-sdk&gt;/extras/google/google_play_services/libproject/google-play-services_lib/</code>
65 <p>To set up a project to use the Google Play services SDK:</p>
100 <p>Once you have the Google Play services library project added to your app project,
102 <a href="{@docRoot}reference/gms-packages.html">Google Play services APIs</a>.</p>
106 <h2 id="ensure">Ensure Devices Have the Google Play services APK</h2>
108 <p>As described in the <a href="{@docRoot}google/play-services/index.html">Google Play services
109 introduction</a>, Google Play delivers service updates for users on
110 Android 2.2 through the Google Play Store app. However, updates might not reach
116 compatible Google Play services APK before you access Google Play services
121 <p>Here are four scenarios that describe the possible state of the Google Play services APK on
125 A recent version of the Google Play Store app is installed, and the most recent Google Play
129 A recent version of the Google Play Store app is installed, but the most recent Google Play
133 An old version of the Google Play Store app, which does not proactively download Google Play
137 The Google Play services APK is missing or disabled on the device, which might happen if the
143 still happen, you must handle them every time your app connects to a Google Play service to
144 ensure that the Google Play services APK is present, up-to-date, and enabled.
147 To help you, the Google Play services client library has utility methods to
148 determine whether or not the Google Play services APK is recent enough to support the
150 Google Play Store to download the recent version of the Google Play services APK.
155 The Google Play services APK is not visible by searching the Google Play Store. The client
156 library provides a deep link into the Google Play Store when it detects that the device has a
157 missing or incompatible Google Play services APK.
162 a valid Google Play services APK. For example, if Google Play services is required for your app,
163 you might want to do it when your app first launches. On the other hand, if Google Play services
170 Query for the status of Google Play services on the device with the
178 then the Google Play services APK is up-to-date, and you can proceed as normal.
192 from the Google Play Store or enable it in the device's system settings.