Lines Matching full:services
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>
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.
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
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
126 services APK has been downloaded.
130 services APK has <em>not</em> been downloaded.
134 services updates, is present.
137 The Google Play services APK is missing or disabled on the device, which might happen if the
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
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.